Merge pull request #97387 from Ericson2314/fix-android-prebuilt

cc-wrapper: Fix for prebuilt android
This commit is contained in:
John Ericson
2020-09-08 20:24:50 -04:00
committed by GitHub
7 changed files with 26 additions and 13 deletions

View File

@@ -47,7 +47,7 @@ rec {
armv7a-android-prebuilt = {
config = "armv7a-unknown-linux-androideabi";
sdkVer = "29";
ndkVer = "18b";
ndkVer = "21";
platform = platforms.armv7a-android;
useAndroidPrebuilt = true;
};
@@ -55,7 +55,7 @@ rec {
aarch64-android-prebuilt = {
config = "aarch64-unknown-linux-android";
sdkVer = "29";
ndkVer = "18b";
ndkVer = "21";
platform = platforms.aarch64-multiplatform;
useAndroidPrebuilt = true;
};