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

Unified Diff: build/common.gypi

Issue 133963003: android: Stop adding toolchain dir to PATH. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 11 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 | « build/android/envsetup_functions.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index e1bab1e3ee6b7b4688cdb6c3fb026a12ba5183d8..77a785824a0ba44f68f04834e341aa6bc430e2c6 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3271,6 +3271,7 @@
'cflags': [
# TODO(hans) Enable integrated-as (crbug.com/124610).
'-no-integrated-as',
+ '-B<(android_toolchain)', # Else /usr/bin/as gets picked up.
],
'ldflags!': [
« no previous file with comments | « build/android/envsetup_functions.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698