forked from mirrors/nixpkgs
Shut up annoying question to configure hardware profiles
This commit is contained in:
parent
77dd343e1e
commit
c81e70fc30
|
@ -50,7 +50,7 @@ stdenv.mkDerivation {
|
|||
export ANDROID_SERIAL="emulator-$port"
|
||||
|
||||
# Create a virtual android device
|
||||
${androidsdkComposition}/libexec/android-sdk-*/tools/android create avd -n device -t ${if useGoogleAPIs then "'Google Inc.:Google APIs:"+platformVersion+"'" else "android-"+platformVersion}
|
||||
yes "" | ${androidsdkComposition}/libexec/android-sdk-*/tools/android create avd -n device -t ${if useGoogleAPIs then "'Google Inc.:Google APIs:"+platformVersion+"'" else "android-"+platformVersion}
|
||||
|
||||
# Enable GPU acceleration
|
||||
${stdenv.lib.optionalString enableGPU ''
|
||||
|
|
Loading…
Reference in a new issue