android: update sdk, ndk to 29, 21

This commit is contained in:
Matthew Bauer
2020-08-13 01:10:21 -04:00
committed by Matthew Bauer
parent b8e06b40d2
commit 074bc78cc8
5 changed files with 12 additions and 8 deletions

View File

@@ -2,9 +2,9 @@
}:
{
"18b" =
"21" =
let
ndkVersion = "18.1.5063045";
ndkVersion = "21.0.6113669";
buildAndroidComposition = buildPackages.buildPackages.androidenv.composeAndroidPackages {
includeNDK = true;
@@ -28,6 +28,7 @@
# these two really are the same.
buildAndroidndk = buildAndroidComposition.ndk-bundle;
androidndk = androidComposition.ndk-bundle;
targetAndroidndkPkgs = targetPackages.androidndkPkgs_18b;
targetAndroidndkPkgs = targetPackages.androidndkPkgs_21;
};
}