File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -618,7 +618,7 @@ def validate_android_tools(opts):
618618 opts ['ANDROID_NDK_PLATFORM_VERSION' ] = '16'
619619
620620 if opts ['ANDROID_API_VERSION' ] is None :
621- opts ['ANDROID_API_VERSION' ] = '28 '
621+ opts ['ANDROID_API_VERSION' ] = '29 '
622622
623623 api_ver = opts ['ANDROID_API_VERSION' ]
624624
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ JAVA_SDK=/Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home
8585# Android platform information
8686ANDROID_NDK_VERSION=r15
8787ANDROID_NDK_PLATFORM_VERSION=16
88- ANDROID_API_VERSION=28
88+ ANDROID_API_VERSION=29
8989ANDROID_PLATFORM=android-${ANDROID_API_VERSION}
9090ANDROID_NDK=${ANDROID_TOOLCHAIN_DIR} /android-ndk-${ANDROID_NDK_VERSION}
9191ANDROID_SDK=${ANDROID_TOOLCHAIN_DIR} /android-sdk
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ function deployIsValidJDK pPath
212212 return true
213213end deployIsValidJDK
214214
215- constant kDeployAndroidTargetSDK = "28 "
215+ constant kDeployAndroidTargetSDK = "29 "
216216function deployTargetSdkVersion
217217 return kDeployAndroidTargetSDK
218218end deployTargetSdkVersion
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-28 }
3+ ANDROID_PLATFORM=${ANDROID_PLATFORM:-android-29 }
44
55function configureAndroidToolchain {
66 ANDROID_ARCH=$1
You can’t perform that action at this time.
0 commit comments