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

Unified Diff: scripts/slave/recipe_modules/android/api.py

Issue 69173006: Add runhooks step to AOSP bot to pick up essential build dependencies (like gn). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: GYP_CHROMIUM_NO_ACTION Created 7 years, 1 month 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 | « no previous file | scripts/slave/recipes/android_webview_aosp.expected/basic.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/android/api.py
diff --git a/scripts/slave/recipe_modules/android/api.py b/scripts/slave/recipe_modules/android/api.py
index c418ed222a352d208d46713a49799bd59721e0b7..7ffa3c2940b910675168f85cc2a367f8ff18113f 100644
--- a/scripts/slave/recipe_modules/android/api.py
+++ b/scripts/slave/recipe_modules/android/api.py
@@ -51,6 +51,8 @@ class AOSPApi(recipe_api.RecipeApi):
yield self.m.gclient.checkout(spec)
del self.m.gclient.spec_alias
+ yield self.m.gclient.runhooks(env={'GYP_CHROMIUM_NO_ACTION': 1})
+
def lastchange_steps(self):
lastchange_command = self.m.path.checkout('build', 'util', 'lastchange.py')
yield (
« no previous file with comments | « no previous file | scripts/slave/recipes/android_webview_aosp.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698