Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: vagrant-emulator.sh

Issue 29448564: Issue 5277 - Prepare Vagrant files for CI (Closed)
Patch Set: see the changes in commit message https://github.com/4ntoine/libadblockplus-android-ci/commit/d44b6f71a6efb02d46fb594e823c6e810ba79a4f Created May 25, 2017, 1:50 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « vagrant-build.sh ('k') | vagrant-mount-disk.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vagrant-emulator.sh
diff --git a/vagrant-emulator.sh b/vagrant-emulator.sh
index ec8633ec6e4c7ad1a20d4663a24b84383cbdf3ba..3da573677f4134ac10ee190f1c4afccf758e6759 100755
--- a/vagrant-emulator.sh
+++ b/vagrant-emulator.sh
@@ -5,7 +5,7 @@ set -e
SDK_PATH=/home/vagrant/android-sdk-linux
ADB=$SDK_PATH/platform-tools/adb
EMULATOR=$SDK_PATH/tools/emulator
-AVD_ID="android-arm"
+AVD_ID="$2"
stop_emulator () {
# Check for running emulator an kill it safely
« no previous file with comments | « vagrant-build.sh ('k') | vagrant-mount-disk.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld