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
@ -222,6 +222,8 @@ rec {
|
||||
useInstantApps = true;
|
||||
};
|
||||
|
||||
androidsdk_latest = androidsdk_8_0;
|
||||
|
||||
androidndk_10e = import ./androidndk.nix {
|
||||
inherit (buildPackages)
|
||||
p7zip makeWrapper;
|
||||
|
Loading…
Reference in New Issue
Block a user