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

Unified Diff: build/android/envsetup_functions.sh

Issue 143523006: Fix GOMA_DIR on android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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 | « build/android/envsetup.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/envsetup_functions.sh
diff --git a/build/android/envsetup_functions.sh b/build/android/envsetup_functions.sh
index 612e154cd2bb43ccd525342d9e435f14e19ce16c..af241163d520b0771dc5bc4b744d85a7c724f0e0 100755
--- a/build/android/envsetup_functions.sh
+++ b/build/android/envsetup_functions.sh
@@ -96,6 +96,12 @@ ${ANDROID_SDK_BUILD_TOOLS_VERSION}
export CHROME_BUILD_TYPE="_official"
fi
+ # TODO(thakis), Jan 18 2014: Remove this after two weeks or so, after telling
+ # everyone to set use_goma in GYP_DEFINES instead of a GOMA_DIR env var.
+ if [[ -d $GOMA_DIR ]]; then
+ DEFINES+=" use_goma=1 gomadir=$GOMA_DIR"
+ fi
+
# The order file specifies the order of symbols in the .text section of the
# shared library, libchromeview.so. The file is an order list of section
# names and the library is linked with option
« no previous file with comments | « build/android/envsetup.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698