android-sdk: 24.3.4 -> 24.4, android-ndk: r10c -> r10e

This commit is contained in:
taku0
2015-10-18 19:02:23 +09:00
parent ad0d3bd110
commit 11af8857cd
7 changed files with 31 additions and 23 deletions
@@ -164,6 +164,14 @@ rec {
useGoogleAPIs = true;
};
androidsdk_6_0_extras = androidsdk {
platformVersions = [ "23" ];
abiVersions = [ "armeabi-v7a" "x86" "x86_64"];
useGoogleAPIs = true;
useExtraSupportLibs = true;
useGooglePlayServices = true;
};
androidndk = import ./androidndk.nix {
inherit (pkgs) stdenv fetchurl zlib ncurses p7zip lib makeWrapper;
inherit (pkgs) coreutils file findutils gawk gnugrep gnused jdk which;