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

@@ -46,7 +46,7 @@ rec {
armv7a-android-prebuilt = {
config = "armv7a-unknown-linux-androideabi";
sdkVer = "24";
sdkVer = "29";
ndkVer = "18b";
platform = platforms.armv7a-android;
useAndroidPrebuilt = true;
@@ -54,7 +54,7 @@ rec {
aarch64-android-prebuilt = {
config = "aarch64-unknown-linux-android";
sdkVer = "24";
sdkVer = "29";
ndkVer = "18b";
platform = platforms.aarch64-multiplatform;
useAndroidPrebuilt = true;