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

Unified Diff: build/android/envsetup.sh

Issue 175683002: Let gyp_chromium set GYP_CROSSCOMPILE for android and ios. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 10 months 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
« no previous file with comments | « no previous file | build/gyp_chromium » ('j') | build/gyp_chromium » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/envsetup.sh
diff --git a/build/android/envsetup.sh b/build/android/envsetup.sh
index 1581c8c93a8137e81917882f49c216963ad3bf64..85752968f99d706021ee37a70bb87992ea3c4af5 100755
--- a/build/android/envsetup.sh
+++ b/build/android/envsetup.sh
@@ -87,9 +87,6 @@ export GYP_DEFINES="${DEFINES}"
# Source a bunch of helper functions
. ${CHROME_SRC}/build/android/adb_device_functions.sh
-# Declare Android are cross compile.
-export GYP_CROSSCOMPILE=1
-
# Performs a gyp_chromium run to convert gyp->Makefile for android code.
android_gyp() {
# This is just a simple wrapper of gyp_chromium, please don't add anything
« no previous file with comments | « no previous file | build/gyp_chromium » ('j') | build/gyp_chromium » ('J')

Powered by Google App Engine
This is Rietveld 408576698