From c81e70fc305b8714101479bb884da0c60cdd7d69 Mon Sep 17 00:00:00 2001 From: Sander van der Burg Date: Thu, 1 Aug 2013 11:32:57 +0200 Subject: [PATCH] Shut up annoying question to configure hardware profiles --- pkgs/development/mobile/androidenv/emulate-app.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/mobile/androidenv/emulate-app.nix b/pkgs/development/mobile/androidenv/emulate-app.nix index 97d73bffded..eb39d854d1f 100644 --- a/pkgs/development/mobile/androidenv/emulate-app.nix +++ b/pkgs/development/mobile/androidenv/emulate-app.nix @@ -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 ''