Skip to content

Commit

Permalink
[vcpkg] [Android]Compile armv6 with arm mode (microsoft#17962)
Browse files Browse the repository at this point in the history
* Compile amrv6 with arm mode

* Update android.cmake
  • Loading branch information
talregev authored Jun 7, 2021
1 parent b2544fd commit b8dbf43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/toolchains/android.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if (VCPKG_TARGET_TRIPLET MATCHES "^arm64-android")
set(ANDROID_ABI arm64-v8a CACHE STRING "")
elseif(VCPKG_TARGET_TRIPLET MATCHES "^armv6-android")
set(ANDROID_ABI armeabi CACHE STRING "")
set(ANDROID_ARM_MODE arm CACHE STRING "")
elseif(VCPKG_TARGET_TRIPLET MATCHES "^arm-neon-android")
set(ANDROID_ABI armeabi-v7a CACHE STRING "")
set(ANDROID_ARM_NEON ON CACHE BOOL "")
Expand Down

0 comments on commit b8dbf43

Please sign in to comment.