mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-13 17:27:57 +08:00
Problem: Accidentaly deleted a comment when updating Android build scripts
Solution: Restore it
This commit is contained in:
parent
ecfa5eccfb
commit
a49a4d0997
@ -37,6 +37,7 @@ esac
|
||||
export NDK_VERSION=${NDK_VERSION:-android-ndk-r24}
|
||||
# With NDK r22b, the minimum SDK version range is [16, 31].
|
||||
# Since NDK r24, the minimum SDK version range is [19, 31].
|
||||
# SDK version 21 is the minimum version for 64-bit builds.
|
||||
export MIN_SDK_VERSION=${MIN_SDK_VERSION:-21}
|
||||
|
||||
# Set up android build environment and set ANDROID_BUILD_OPTS array
|
||||
|
Loading…
x
Reference in New Issue
Block a user