| 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 212352189603af0d3f76dd6a2da8accd9a072621..ced46cd3d24d7b97f47656afafeda392c0d6d06d 100755
|
| --- a/build/install-build-deps-android-sdk.sh
|
| +++ b/build/install-build-deps-android-sdk.sh
|
| @@ -126,10 +126,10 @@ fi
|
| # 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.
|
| "${ANDROID_SDK_ROOT}/tools/android" --silent create avd --name avd_armeabi \
|
| - --abi armeabi-v7a --target ${SDK_TARGET_ID} --force <<< "no"
|
| + --abi armeabi-v7a --target ${SDK_TARGET_ID} -c 64M --force <<< "no"
|
|
|
| "${ANDROID_SDK_ROOT}/tools/android" --silent create avd --name avd_x86 \
|
| - --abi x86 --target ${SDK_TARGET_ID} --force <<< "no"
|
| + --abi x86 --target ${SDK_TARGET_ID} -c 64M --force <<< "no"
|
|
|
| # Install Android NDK if it doesn't exist.
|
| if [[ ! -d "${ANDROID_NDK_ROOT}" ]]; then
|
|
|