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..4c6240f766d8fad76c81d7ebd9006187494edf8f 100755 |
--- a/build/android/buildbot/buildbot_functions.sh |
+++ b/build/android/buildbot/buildbot_functions.sh |
@@ -122,7 +122,12 @@ function bb_compile { |
# This must be named 'compile' for CQ. |
echo "@@@BUILD_STEP compile@@@" |
gclient runhooks |
- bb_goma_ninja All |
+ python /b/build/scripts/slave/compile.py \ |
Isaac (away)
2013/05/21 23:38:38
Looks great!
1) Can we remove the bash and put th
|
+ --build-tool "ninja" \ |
+ --compiler "goma" \ |
+ --target "$BUILDTYPE" \ |
+ --goma-dir "$GOMA_DIR" \ |
+ --build-args "All" |
} |
# Experimental compile step; does not turn the tree red if it fails. |