| Index: build/android/envsetup_functions.sh
|
| diff --git a/build/android/envsetup_functions.sh b/build/android/envsetup_functions.sh
|
| index 9e2bfbca13cef67c3a44bd99fd88029441bf5749..5e3b7d4db89905496c19b0744d2f0980313505ba 100755
|
| --- a/build/android/envsetup_functions.sh
|
| +++ b/build/android/envsetup_functions.sh
|
| @@ -29,9 +29,6 @@ ${ANDROID_SDK_BUILD_TOOLS_VERSION}
|
| DEFINES+=" host_os=${host_os}"
|
|
|
| if [[ -n "$CHROME_ANDROID_OFFICIAL_BUILD" ]]; then
|
| - DEFINES+=" branding=Chrome"
|
| - DEFINES+=" buildtype=Official"
|
| -
|
| # 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).
|
|
|