androidsdk: add SDK option for Android API-level 23
This commit is contained in:
parent
106738b196
commit
0915f16167
@ -155,6 +155,12 @@ rec {
|
|||||||
useExtraSupportLibs = true;
|
useExtraSupportLibs = true;
|
||||||
useGooglePlayServices = true;
|
useGooglePlayServices = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
androidsdk_6_0 = androidsdk {
|
||||||
|
platformVersions = [ "23" ];
|
||||||
|
abiVersions = [ "armeabi-v7a" "x86" "x86_64"];
|
||||||
|
useGoogleAPIs = true;
|
||||||
|
};
|
||||||
|
|
||||||
androidndk = import ./androidndk.nix {
|
androidndk = import ./androidndk.nix {
|
||||||
inherit (pkgs) stdenv fetchurl zlib ncurses p7zip lib makeWrapper;
|
inherit (pkgs) stdenv fetchurl zlib ncurses p7zip lib makeWrapper;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user