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

Unified Diff: build/android/envsetup_functions.sh

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 | « no previous file | build/common.gypi » ('j') | 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 af241163d520b0771dc5bc4b744d85a7c724f0e0..b9502e8d03842e47571de7f1db97d4774516c7c9 100755
--- a/build/android/envsetup_functions.sh
+++ b/build/android/envsetup_functions.sh
@@ -68,9 +68,6 @@ ${ANDROID_SDK_BUILD_TOOLS_VERSION}
# linker.
export PATH=$PATH:${CHROME_SRC}/build/android/${toolchain_arch}-gold
- # Must have tools like arm-linux-androideabi-gcc on the path for ninja
- export PATH=$PATH:${ANDROID_TOOLCHAIN}
-
# Add Chromium Android development scripts to system path.
# Must be after CHROME_SRC is set.
export PATH=$PATH:${CHROME_SRC}/build/android
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698