androidenv: add "androidsdk_latest" for latest sdk

This is easier than having to remember which SDKs are supported, etc.
Stuff based on this can become more future-proof.
This commit is contained in:
Matthew Bauer 2018-06-21 16:09:11 -04:00
parent b72da4bee8
commit 2a0c328712

View File

@ -222,6 +222,8 @@ rec {
useInstantApps = true;
};
androidsdk_latest = androidsdk_8_0;
androidndk_10e = import ./androidndk.nix {
inherit (buildPackages)
p7zip makeWrapper;