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

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: comments 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') | no next file with comments »
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..6286a1e1f921a7a4eff30fd21f9c23e5480f9026 100755
--- a/build/android/envsetup.sh
+++ b/build/android/envsetup.sh
@@ -87,14 +87,9 @@ 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
# in this function.
- (
- "${CHROME_SRC}/build/gyp_chromium" --depth="${CHROME_SRC}" --check "$@"
- )
+ "${CHROME_SRC}/build/gyp_chromium" --depth="${CHROME_SRC}" --check "$@"
}
« no previous file with comments | « no previous file | build/gyp_chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698