Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1d0c9 commit 58d85c1Copy full SHA for 58d85c1
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