- System images are not required for building. Disabling them makes building faster.
- Make ant flags configurable
This commit is contained in:
@@ -57,6 +57,12 @@ rec {
|
||||
useGoogleAPIs = true;
|
||||
};
|
||||
|
||||
androidsdk_4_2 = androidsdk {
|
||||
platformVersions = [ "17" ];
|
||||
abiVersions = [ "armeabi-v7a" ];
|
||||
useGoogleAPIs = true;
|
||||
};
|
||||
|
||||
buildApp = import ./build-app.nix {
|
||||
inherit (pkgs) stdenv jdk ant;
|
||||
inherit androidsdk;
|
||||
|
||||
Reference in New Issue
Block a user