Index: build/android/envsetup_functions.sh |
diff --git a/build/android/envsetup_functions.sh b/build/android/envsetup_functions.sh |
index b1db6dfd1c71dda4b11300c25fdaa2b4e3e8d5fd..a65c7cdd0078d3dfda9b72a6829c020f3ce2628c 100755 |
--- a/build/android/envsetup_functions.sh |
+++ b/build/android/envsetup_functions.sh |
@@ -30,7 +30,7 @@ ${ANDROID_SDK_BUILD_TOOLS_VERSION} |
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). |
+ # chrome/trunk/src/build/util/version.py). |
export OFFICIAL_BUILD=1 |
export CHROMIUM_BUILD="_google_chrome" |
export CHROME_BUILD_TYPE="_official" |