| Index: build/android/envsetup_functions.sh
|
| diff --git a/build/android/envsetup_functions.sh b/build/android/envsetup_functions.sh
|
| index a45c9e9898dcbd2295f3c3a14c3fc359bb545060..d4946eaaa6909ea779af79be353160115449cad4 100755
|
| --- a/build/android/envsetup_functions.sh
|
| +++ b/build/android/envsetup_functions.sh
|
| @@ -279,9 +279,6 @@ 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
|
|
|