aboutsummaryrefslogtreecommitdiff
path: root/lib/systems/examples.nix
diff options
context:
space:
mode:
authorBastian Köcher <git@kchr.de>2018-05-17 17:22:27 +0200
committerBastian Köcher <git@kchr.de>2018-05-17 17:22:27 +0200
commit832a8ca087b748db7be7969581e0e10ae1eb486c (patch)
tree017eecd2181fcadb2dcb4af1dea616ad17a6a357 /lib/systems/examples.nix
parentc056694d74fe99c6a0657528fac73645680e0df8 (diff)
androidndk: Fix usage as crossSystem
Diffstat (limited to 'lib/systems/examples.nix')
-rw-r--r--lib/systems/examples.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/systems/examples.nix b/lib/systems/examples.nix
index 9c43d9b1bbc7..4c7dd9917919 100644
--- a/lib/systems/examples.nix
+++ b/lib/systems/examples.nix
@@ -45,7 +45,7 @@ rec {
aarch64-android-prebuilt = rec {
config = "aarch64-unknown-linux-android";
- sdkVer = "21";
+ sdkVer = "24";
platform = platforms.aarch64-multiplatform;
useAndroidPrebuilt = true;
};