summary refs log tree commit diff
path: root/lib/systems/examples.nix
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/systems/examples.nix
parent7cac79b3adc20cbf4e94bec35d7f8f9e6535de96 (diff)
downloadnixpkgs-e2bef8fbdc998c07c146db1d047a1e331e4f0517.tar
nixpkgs-e2bef8fbdc998c07c146db1d047a1e331e4f0517.tar.gz
nixpkgs-e2bef8fbdc998c07c146db1d047a1e331e4f0517.tar.bz2
nixpkgs-e2bef8fbdc998c07c146db1d047a1e331e4f0517.tar.lz
nixpkgs-e2bef8fbdc998c07c146db1d047a1e331e4f0517.tar.xz
nixpkgs-e2bef8fbdc998c07c146db1d047a1e331e4f0517.tar.zst
nixpkgs-e2bef8fbdc998c07c146db1d047a1e331e4f0517.zip
lib.systems.examples: Bump android SDK to 21
074bc78cc8749faa31729096b65f2ef51b10abeb evidently meant to do this, but
forgot.
Diffstat (limited to 'lib/systems/examples.nix')
-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 40e2b8fcefb..5403f73405c 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;
   };