diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-03 19:48:14 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-03 19:48:14 +0000 |
commit | 4c43740467133b9ef0a998907194fb3d8e81dccf (patch) | |
tree | bea817ec63a48dccf9423afd8ad98337cc5d85dd | |
parent | 7c5f23793376f28938b3d6f2ec1d7d09bff14d39 (diff) | |
download | chromium_src-4c43740467133b9ef0a998907194fb3d8e81dccf.zip chromium_src-4c43740467133b9ef0a998907194fb3d8e81dccf.tar.gz chromium_src-4c43740467133b9ef0a998907194fb3d8e81dccf.tar.bz2 |
envsetup: Stop looking at CHROME_ANDROID_OFFICIAL_BUILD.
Depends on https://chrome-internal-review.googlesource.com/159155
BUG=330631
NOTRY=true
Review URL: https://codereview.chromium.org/223073002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261509 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-x | build/android/envsetup.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/build/android/envsetup.sh b/build/android/envsetup.sh index 70905fc..74a5738 100755 --- a/build/android/envsetup.sh +++ b/build/android/envsetup.sh @@ -45,15 +45,6 @@ export PATH=$PATH:${ANDROID_SDK_ROOT}/platform-tools # Must be after CHROME_SRC is set. export PATH=$PATH:${CHROME_SRC}/build/android -if [[ -n "$CHROME_ANDROID_OFFICIAL_BUILD" ]]; then - # These defines are used by various chrome build scripts to tag the binary's - # version string as 'official' in linux builds (e.g. in - # chrome/trunk/src/chrome/tools/build/version.py). - export OFFICIAL_BUILD=1 - export CHROMIUM_BUILD="_google_chrome" - export CHROME_BUILD_TYPE="_official" -fi - android_gyp() { echo "Please call build/gyp_chromium instead. android_gyp is going away." "${CHROME_SRC}/build/gyp_chromium" --depth="${CHROME_SRC}" --check "$@" |