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

Unified Diff: build/android/envsetup_functions.sh

Issue 150863002: android/clang: Don't add path to gold shim to PATH, use -B instead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: doh 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 97fc7a55dec2412ad387df59bd96460d52b3fedf..316ddef22f8b950b583b7eed7e880f992579ad87 100755
--- a/build/android/envsetup_functions.sh
+++ b/build/android/envsetup_functions.sh
@@ -62,12 +62,6 @@ common_vars_defines() {
export PATH=$PATH:${ANDROID_SDK_ROOT}/build-tools/\
${ANDROID_SDK_BUILD_TOOLS_VERSION}
- # This must be set before ANDROID_TOOLCHAIN, so that clang could find the
- # gold linker.
- # TODO(michaelbai): Remove this path once the gold linker become the default
- # linker.
- export PATH=$PATH:${CHROME_SRC}/build/android/${toolchain_arch}-gold
-
# 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