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" |