This repository was archived by the owner on Aug 31, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2626BUILDBOT_PLATFORM_TRIPLES = (
2727 'x86-linux-debian8' ,
2828 'x86_64-linux-debian8' ,
29- 'armv7-android-sdk26_ndk16r15 ' ,
30- 'arm64-android-sdk26_ndk16r15 ' ,
31- 'x86-android-sdk26_ndk16r15 ' ,
32- 'x86_64-android-sdk26_ndk16r15 ' ,
29+ 'armv7-android-ndk16r15 ' ,
30+ 'arm64-android-ndk16r15 ' ,
31+ 'x86-android-ndk16r15 ' ,
32+ 'x86_64-android-ndk16r15 ' ,
3333 'universal-mac-macosx10.9' , # Minimum deployment target
3434 'universal-ios-iphoneos12.1' ,
3535 'universal-ios-iphoneos11.2' ,
@@ -611,7 +611,7 @@ def validate_android_tools(opts):
611611 opts ['ANDROID_NDK_PLATFORM_VERSION' ] = '16'
612612
613613 if opts ['ANDROID_API_VERSION' ] is None :
614- opts ['ANDROID_API_VERSION' ] = '26 '
614+ opts ['ANDROID_API_VERSION' ] = '28 '
615615
616616 api_ver = opts ['ANDROID_API_VERSION' ]
617617
Original file line number Diff line number Diff line change 3232 'strip' : '<!(echo ${STRIP:-strip})' ,
3333
3434 'android_ndk_path%' : '<(android_ndk_path)' ,
35- 'android_subplatform%' : 'sdk<(android_api_version)_ndk <(android_ndk_platform_version)<(android_ndk_version)' ,
35+ 'android_subplatform%' : 'ndk <(android_ndk_platform_version)<(android_ndk_version)' ,
3636
3737 'android_play_path' : '<(android_sdk_path)/extras/google/m2repository/com/google/android/gms' ,
3838 },
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ AR="${BINDIR}/${TRIPLE}-ar"
8282# Android platform information
8383ANDROID_NDK_VERSION=r15
8484ANDROID_NDK_PLATFORM_VERSION=16
85- ANDROID_API_VERSION=26
85+ ANDROID_API_VERSION=28
8686ANDROID_PLATFORM=android-${ANDROID_API_VERSION}
8787ANDROID_NDK=${TOOLCHAIN} /android-ndk-${ANDROID_NDK_VERSION}
8888ANDROID_SDK=${TOOLCHAIN} /android-sdk-linux
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ LIBS_emscripten=( Thirdparty ICU )
1717
1818SUBPLATFORMS_ios=(iPhoneSimulator8.2 iPhoneSimulator9.2 iPhoneSimulator10.2 iPhoneSimulator11.2 iPhoneSimulator12.1 iPhoneOS9.2 iPhoneOS10.2 iPhoneOS11.2 iPhoneOS12.1)
1919SUBPLATFORMS_win32=(v141_static_debug v141_static_release)
20- SUBPLATFORMS_android=(sdk26_ndk16r15 )
20+ SUBPLATFORMS_android=(ndk16r15 )
2121
2222# Fetch settings
2323SCRIPT_DIR=$( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd)
Original file line number Diff line number Diff line change 11# Android options
22ANDROID_NDK = ${ANDROID_NDK:-"${HOME} /android /toolchain /android -ndk "}
3- ANDROID_PLATFORM=${ANDROID_PLATFORM:-android-26 }
3+ ANDROID_PLATFORM=${ANDROID_PLATFORM:-android-28 }
44
55function configureAndroidToolchain {
66 ANDROID_ARCH=$1
You can’t perform that action at this time.
0 commit comments