Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7925)

Unified Diff: build/install-build-deps-android-sdk.sh

Issue 10782024: export ANDROID_SDK_HOME when creating AVD (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/install-build-deps-android-sdk.sh
diff --git a/build/install-build-deps-android-sdk.sh b/build/install-build-deps-android-sdk.sh
index 572b66ce28e1cf4ef7a878b30f55da26a62b6734..69ea3e5f8cdcd3f83c3f2004a2ca4dc719a2880d 100755
--- a/build/install-build-deps-android-sdk.sh
+++ b/build/install-build-deps-android-sdk.sh
@@ -129,6 +129,7 @@ fi
# configuration and override the existing one, since there is no easy way to
# check whether current AVD has correct configuration and it takes almost no
# time to create a new one. Create one ARM AVD and one x86 AVD.
+export ANDROID_SDK_HOME=${ANDROID_SDK_ROOT}
"${ANDROID_SDK_ROOT}/tools/android" --silent create avd --name avd_armeabi \
--abi armeabi-v7a --target ${SDK_TARGET_ID} -c 64M --force <<< "no"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698