Now x86 and mips images from external repositories are supported + added GPU option to the emulate function

This commit is contained in:
Sander van der Burg
2013-07-31 18:56:27 +02:00
parent c324091a77
commit 1c8b4c8950
10 changed files with 412 additions and 46 deletions
@@ -53,6 +53,7 @@ rec {
androidsdk_4_1 = androidsdk {
platformVersions = [ "16" ];
abiVersions = [ "armeabi-v7a" ];
useGoogleAPIs = true;
};