Chromium Code Reviews| Index: projects.py |
| diff --git a/projects.py b/projects.py |
| index 2204246dbeef4513631aa2d25aa577fe8c52e9d8..ffb43e4f004f8a14c730a324b70a70e24cd2bdae 100644 |
| --- a/projects.py |
| +++ b/projects.py |
| @@ -331,6 +331,7 @@ def _gen_chromium(user, root_dir, rietveld_obj, no_try): |
| # of this step as a try job failure. |
| 'android_dbg': ['slave_steps'], |
| 'android_clang_dbg': ['slave_steps'], |
| + 'android_aosp': ['compile'], |
| 'ios_dbg_simulator': [ |
| 'compile', |
| 'base_unittests', |