summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2020-09-08 20:24:50 -0400
committerGitHub <noreply@github.com>2020-09-08 20:24:50 -0400
commit5fd27509cf4831f888e4785f0a6f13abac2cf48d (patch)
treea70dfc5998f51eb3bf8bcf890f37f84e2e05a888 /lib
parent4964392e487abd9db39a7043acf111496bbfea4f (diff)
parent452854a13cd7f3a4f687096423652040da56e289 (diff)
Merge pull request #97387 from Ericson2314/fix-android-prebuilt
cc-wrapper: Fix for prebuilt android
Diffstat (limited to 'lib')
-rw-r--r--lib/systems/examples.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/systems/examples.nix b/lib/systems/examples.nix
index 40e2b8fcefbc..5403f73405c2 100644
--- a/lib/systems/examples.nix
+++ b/lib/systems/examples.nix
@@ -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;
};