lib.systems.examples: Bump android SDK to 21

074bc78cc8 evidently meant to do this, but
forgot.
This commit is contained in:
John Ericson 2020-09-08 09:33:09 -04:00
parent 7cac79b3ad
commit e2bef8fbdc

View file

@ -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;
};