Merge pull request #48848 from nicknovitski/android-sdk-26-licenses

Update android sdk, add license config option and selectable build tools
This commit is contained in:
Jörg Thalheim
2018-10-30 21:06:52 +00:00
committed by GitHub
19 changed files with 1984 additions and 431 deletions
+1
View File
@@ -770,6 +770,7 @@ with pkgs;
androidenv = callPackage ../development/mobile/androidenv {
pkgs_i686 = pkgsi686Linux;
licenseAccepted = (config.android_sdk.accept_license or false);
};
inherit (androidenv) androidndk;