Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2b89d11

Browse filesBrowse files
MeowShedanielleadams
authored andcommitted
build: optimized and fixed building configuration to Android
PR-URL: #44016 Reviewed-By: Yash Ladha <yash@yashladha.in> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Feng Yu <F3n67u@outlook.com>
1 parent eded43c commit 2b89d11
Copy full SHA for 2b89d11

File tree

Expand file treeCollapse file tree

1 file changed

+3
-5
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-5
lines changed
Open diff view settings
Collapse file

‎android-configure‎

Copy file name to clipboardExpand all lines: android-configure
+3-5Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,14 @@ NDK_PATH=$1
1717
ARCH="$2"
1818
ANDROID_SDK_VERSION=$3
1919

20-
if [ $ANDROID_SDK_VERSION -lt 23 ]; then
21-
echo "$ANDROID_SDK_VERSION should equal or later than 23(Android 6.0)"
20+
if [ $ANDROID_SDK_VERSION -lt 24 ]; then
21+
echo "$ANDROID_SDK_VERSION should equal or later than 24 (Android 7.0)"
2222
fi
2323

24-
CC_VER="4.9"
25-
2624
case $ARCH in
2725
arm)
2826
DEST_CPU="arm"
29-
TOOLCHAIN_NAME="armv7-linux-androideabi"
27+
TOOLCHAIN_NAME="armv7a-linux-androideabi"
3028
;;
3129
x86)
3230
DEST_CPU="ia32"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.