summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2020-09-08 09:33:09 -0400
committerJohn Ericson <git@JohnEricson.me>2020-09-08 09:33:09 -0400
commite2bef8fbdc998c07c146db1d047a1e331e4f0517 (patch)
tree55391d180e4afdf53b49cee81c0b0294669e609e /lib
parent7cac79b3adc20cbf4e94bec35d7f8f9e6535de96 (diff)
lib.systems.examples: Bump android SDK to 21
074bc78cc8749faa31729096b65f2ef51b10abeb evidently meant to do this, but forgot.
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;
};