Merge pull request #95309 from obsidiansystems/mobile-fixes

Support Android 29 in cross-compilation
This commit is contained in:
Matthew Bauer
2020-08-28 14:59:37 -05:00
committed by GitHub
12 changed files with 84 additions and 144 deletions
+2 -2
View File
@@ -46,7 +46,7 @@ rec {
armv7a-android-prebuilt = {
config = "armv7a-unknown-linux-androideabi";
sdkVer = "24";
sdkVer = "29";
ndkVer = "18b";
platform = platforms.armv7a-android;
useAndroidPrebuilt = true;
@@ -54,7 +54,7 @@ rec {
aarch64-android-prebuilt = {
config = "aarch64-unknown-linux-android";
sdkVer = "24";
sdkVer = "29";
ndkVer = "18b";
platform = platforms.aarch64-multiplatform;
useAndroidPrebuilt = true;