| 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 (
|
|
|