Merge pull request #40659 from bkchr/androidndk

Androidndk
This commit is contained in:
John Ericson
2018-05-17 12:04:14 -04:00
committed by GitHub
8 changed files with 333 additions and 36 deletions

View File

@@ -45,7 +45,7 @@ rec {
aarch64-android-prebuilt = rec {
config = "aarch64-unknown-linux-android";
sdkVer = "21";
sdkVer = "24";
platform = platforms.aarch64-multiplatform;
useAndroidPrebuilt = true;
};