You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- ANDROID_PLATFORM not set. Defaulting to minimum supported version 16.
-- Android: Targeting API '16' with architecture 'arm', ABI 'armeabi-v7a', and processor 'armv7-a'
NDK=23.1.7779620; LEGACY=ON # --- PASS
-- android-25 is an alias for android-24. Adjusting ANDROID_PLATFORM to match.
NDK=23.0.7599858; LEGACY=OFF # --- PASS
-- 25 is an alias for android-24.
-- Android: Targeting API '24' with architecture 'arm', ABI 'armeabi-v7a', and processor 'armv7-a'
NDK=23.0.7599858; LEGACY=ON # --- PASS
-- android-25 is an alias for android-24. Adjusting ANDROID_PLATFORM to match.
The text was updated successfully, but these errors were encountered:
This CMake variable is recognized by the NDK's CMake toolchain file and
is an alias for ANDROID_PLATFORM (but only recognizes NN or android-NN,
not ALIAS, android-ALIAS, or latest).
The If5fbba07e1c3630ef1b2766c684288ca07294ff6 change accidentally
removed support for this variable.
Bug: android/ndk#1610
Test: checkbuild.py
Change-Id: Iadc8f886297e47cfdf2a4593ad34d38b1c4f66b6
(cherry picked from commit 1117bb7f798c91b7f92141247c4d52c15f55ae64)
Merged-In: Iadc8f886297e47cfdf2a4593ad34d38b1c4f66b6
Environment Details
Description
Run the following command for a minimal CMakeLists.txt:
NDK=23.1.7779620; LEGACY=OFF # --- FAIL
NDK=23.1.7779620; LEGACY=ON # --- PASS
NDK=23.0.7599858; LEGACY=OFF # --- PASS
NDK=23.0.7599858; LEGACY=ON # --- PASS
The text was updated successfully, but these errors were encountered: