0
0
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:
Benjamin Deroche 2022-05-09 16:18:02 +02:00
parent ecfa5eccfb
commit a49a4d0997

View File

@ -37,6 +37,7 @@ esac
export NDK_VERSION=${NDK_VERSION:-android-ndk-r24} export NDK_VERSION=${NDK_VERSION:-android-ndk-r24}
# With NDK r22b, the minimum SDK version range is [16, 31]. # With NDK r22b, the minimum SDK version range is [16, 31].
# Since NDK r24, the minimum SDK version range is [19, 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} export MIN_SDK_VERSION=${MIN_SDK_VERSION:-21}
# Set up android build environment and set ANDROID_BUILD_OPTS array # Set up android build environment and set ANDROID_BUILD_OPTS array