We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fffc24 commit c975c4fCopy full SHA for c975c4f
android-configure
@@ -17,16 +17,14 @@ NDK_PATH=$1
17
ARCH="$2"
18
ANDROID_SDK_VERSION=$3
19
20
-if [ $ANDROID_SDK_VERSION -lt 23 ]; then
21
- echo "$ANDROID_SDK_VERSION should equal or later than 23(Android 6.0)"
+if [ $ANDROID_SDK_VERSION -lt 24 ]; then
+ echo "$ANDROID_SDK_VERSION should equal or later than 24 (Android 7.0)"
22
fi
23
24
-CC_VER="4.9"
25
-
26
case $ARCH in
27
arm)
28
DEST_CPU="arm"
29
- TOOLCHAIN_NAME="armv7-linux-androideabi"
+ TOOLCHAIN_NAME="armv7a-linux-androideabi"
30
;;
31
x86)
32
DEST_CPU="ia32"
0 commit comments