Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1078)

Unified Diff: build/android/envsetup.sh

Issue 223073002: envsetup: Stop looking at CHROME_ANDROID_OFFICIAL_BUILD. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/envsetup.sh
diff --git a/build/android/envsetup.sh b/build/android/envsetup.sh
index b7ed3522f8e2764ab105c7f3eca21fde5139b5b2..6dab8e796c6763210fcab94fc26c10693f7c3486 100755
--- a/build/android/envsetup.sh
+++ b/build/android/envsetup.sh
@@ -48,15 +48,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 "$@"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698