Merge pull request #82118 from lucafavatella/androidenv-update-2

androidenv: update generated expressions
This commit is contained in:
Sander van der Burg
2020-04-05 14:59:04 +02:00
committed by GitHub
12 changed files with 1703 additions and 1526 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ with import <nixpkgs> {};
androidenv.emulateApp {
name = "emulate-MyAndroidApp";
platformVersion = "28";
abiVersion = "x86_64"; # armeabi-v7a, mips, x86
abiVersion = "x86"; # armeabi-v7a, mips, x86_64
systemImageType = "google_apis_playstore";
}
```