Shut up annoying question to configure hardware profiles

This commit is contained in:
Sander van der Burg 2013-08-01 11:32:57 +02:00
parent 77dd343e1e
commit c81e70fc30

View File

@ -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 ''