lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #230344 from hadilq/androidenv-remove-avd-list-target

authored by

Artturi and committed by
GitHub
28166711 e6077539

-2
-2
pkgs/development/mobile/androidenv/emulate-app.nix
··· 99 99 export ANDROID_SERIAL="emulator-$port" 100 100 101 101 # Create a virtual android device for testing if it does not exist 102 - ${sdk}/bin/avdmanager list target 103 - 104 102 if [ "$(${sdk}/bin/avdmanager list avd | grep 'Name: device')" = "" ] 105 103 then 106 104 # Create a virtual android device