androidsdk: 25.2.5 -> 26.1.1, license agreement

This commit is contained in:
Nick Novitski
2018-10-22 16:00:14 -07:00
parent a50d574986
commit 950608bae0
3 changed files with 33 additions and 33 deletions

View File

@@ -1,5 +1,5 @@
{ buildPackages, pkgs, pkgs_i686, targetPackages
, includeSources ? true
, includeSources ? true, licenseAccepted ? false
}:
# TODO: use callPackage instead of import to avoid so many inherits
@@ -57,7 +57,7 @@ rec {
inherit platformTools buildTools support
supportRepository platforms sysimages
addons sources includeSources;
addons sources includeSources licenseAccepted;
stdenv_32bit = pkgs_i686.stdenv;
};