Index: build/android/envsetup_functions.sh |
diff --git a/build/android/envsetup_functions.sh b/build/android/envsetup_functions.sh |
index c4ca98f9f86152a5aa29b94e819b6d2a2df99d8a..67084311542be74788f35f1e8bb5fc7add4c2b2c 100755 |
--- a/build/android/envsetup_functions.sh |
+++ b/build/android/envsetup_functions.sh |
@@ -73,7 +73,7 @@ ${ANDROID_SDK_BUILD_TOOLS_VERSION} |
export PATH=$PATH:${CHROME_SRC}/build/android |
# TODO(beverloo): Remove these once all consumers updated to --strip-binary. |
- export OBJCOPY=$(echo ${ANDROID_TOOLCHAIN}/*-objcopy) |
+ # http://crbug.com/142642 |
export STRIP=$(echo ${ANDROID_TOOLCHAIN}/*-strip) |
# The set of GYP_DEFINES to pass to gyp. Use 'readlink -e' on directories |