mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-29 00:32:34 +08:00
Update android_build_helper.sh
Minimum platform for arm is android-14
This commit is contained in:
parent
9e4447f8e6
commit
1d25658332
@ -116,7 +116,7 @@ function android_build_env {
|
|||||||
##
|
##
|
||||||
# Set up some local variables and check them
|
# Set up some local variables and check them
|
||||||
|
|
||||||
ANDROID_BUILD_SYSROOT="${ANDROID_NDK_ROOT}/platforms/android-9/arch-${TOOLCHAIN_ARCH}"
|
ANDROID_BUILD_SYSROOT="${ANDROID_NDK_ROOT}/platforms/android-14/arch-${TOOLCHAIN_ARCH}"
|
||||||
|
|
||||||
if [ ! -d "$ANDROID_BUILD_SYSROOT" ]; then
|
if [ ! -d "$ANDROID_BUILD_SYSROOT" ]; then
|
||||||
ANDROID_BUILD_FAIL+=("The ANDROID_BUILD_SYSROOT directory does not exist")
|
ANDROID_BUILD_FAIL+=("The ANDROID_BUILD_SYSROOT directory does not exist")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user