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"
|
export ANDROID_SERIAL="emulator-$port"
|
||||||
|
|
||||||
# Create a virtual android device
|
# 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
|
# Enable GPU acceleration
|
||||||
${stdenv.lib.optionalString enableGPU ''
|
${stdenv.lib.optionalString enableGPU ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user