diff options
Diffstat (limited to 'build/android/envsetup.sh')
-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 "$@" |