Index: build/android/envsetup_functions.sh |
diff --git a/build/android/envsetup_functions.sh b/build/android/envsetup_functions.sh |
index 7de211eb8232c4f9dcb2a4785befc73e96816fe3..16ec004227aec6d8d547d3f810c8ecc3f2d4514b 100755 |
--- a/build/android/envsetup_functions.sh |
+++ b/build/android/envsetup_functions.sh |
@@ -274,6 +274,9 @@ webview_build_init() { |
export ANDROID_SDK_ROOT=${ANDROID_BUILD_TOP}/prebuilts/sdk/\ |
${ANDROID_SDK_VERSION} |
+ # For now, TARGET_ARCH is always ARM in this config. |
+ TARGET_ARCH=arm |
+ |
common_vars_defines |
# We need to supply SDK paths relative to the top of the Android tree to make |