Skip to content

Commit

Permalink
android envsetup: Stop exporting STRIP.
Browse files Browse the repository at this point in the history
After the changes in crbug.com/142642 , this should no longer be used.

BUG=142642

Review URL: https://codereview.chromium.org/132953003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@250109 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
  • Loading branch information
thakis@chromium.org committed Feb 10, 2014
1 parent 10f3af0 commit 2ef2f58
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions android/envsetup_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 2ef2f58

Please sign in to comment.