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:
parent
b72da4bee8
commit
2a0c328712
1 changed files with 2 additions and 0 deletions
|
@ -222,6 +222,8 @@ rec {
|
|||
useInstantApps = true;
|
||||
};
|
||||
|
||||
androidsdk_latest = androidsdk_8_0;
|
||||
|
||||
androidndk_10e = import ./androidndk.nix {
|
||||
inherit (buildPackages)
|
||||
p7zip makeWrapper;
|
||||
|
|
Loading…
Reference in a new issue