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

Unified Diff: build/android/envsetup_functions.sh

Issue 132953003: android envsetup: Stop exporting STRIP. (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 | no next file » | 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 20b72b44bef0e5ae984b28d4f98cb9635803a3d0..4b9d92382cd30aff52a492e7caf393c52e15171b 100755
--- a/build/android/envsetup_functions.sh
+++ b/build/android/envsetup_functions.sh
@@ -65,10 +65,6 @@ ${ANDROID_SDK_BUILD_TOOLS_VERSION}
# Must be after CHROME_SRC is set.
export PATH=$PATH:${CHROME_SRC}/build/android
- # TODO(beverloo): Remove these once all consumers updated to --strip-binary.
- # http://crbug.com/142642
- export STRIP=$(echo ${ANDROID_TOOLCHAIN}/*-strip)
-
# The set of GYP_DEFINES to pass to gyp.
DEFINES="OS=android"
DEFINES+=" host_os=${host_os}"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698