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

Unified Diff: build/android/buildbot/buildbot_functions.sh

Issue 15250004: Add src configuration for Android user build bot (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/buildbot/bb_run_bot.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/buildbot_functions.sh
diff --git a/build/android/buildbot/buildbot_functions.sh b/build/android/buildbot/buildbot_functions.sh
index e9dd725de798038179c1129cb78926161727f1ea..b674af3f50e2c54cd6c39b500e49fd33bf720c12 100755
--- a/build/android/buildbot/buildbot_functions.sh
+++ b/build/android/buildbot/buildbot_functions.sh
@@ -49,10 +49,9 @@ function bb_baseline_setup {
export GYP_GENERATORS=ninja
export GOMA_DIR=/b/build/goma
- . build/android/envsetup.sh
+ . build/android/envsetup.sh ""
- local extra_gyp_defines="$(bb_get_json_prop "$FACTORY_PROPERTIES" \
- extra_gyp_defines) $(bb_get_json_prop "$SLAVE_PROPERTIES" \
+ local extra_gyp_defines="$(bb_get_json_prop "$SLAVE_PROPERTIES" \
extra_gyp_defines)"
export GYP_DEFINES+=" fastbuild=1 $extra_gyp_defines"
if echo $extra_gyp_defines | grep -qE 'clang|asan'; then
« no previous file with comments | « build/android/buildbot/bb_run_bot.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698