| Index: build/android/buildbot/buildbot_functions.sh
|
| diff --git a/build/android/buildbot/buildbot_functions.sh b/build/android/buildbot/buildbot_functions.sh
|
| index 669710c06f9a41e5a2e76aa54bf5a71ca4cb55c1..e9dd725de798038179c1129cb78926161727f1ea 100755
|
| --- a/build/android/buildbot/buildbot_functions.sh
|
| +++ b/build/android/buildbot/buildbot_functions.sh
|
| @@ -52,6 +52,7 @@ function bb_baseline_setup {
|
| . build/android/envsetup.sh
|
|
|
| local extra_gyp_defines="$(bb_get_json_prop "$FACTORY_PROPERTIES" \
|
| + 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
|
|
|