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

Unified Diff: build/android/envsetup_functions.sh

Issue 11416036: Android WebView: allow for multiple target architectures. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
« android_webview/tools/gyp_webview ('K') | « android_webview/tools/gyp_webview ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« android_webview/tools/gyp_webview ('K') | « android_webview/tools/gyp_webview ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698