| 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}"
|
|
|