| Index: scripts/slave/recipe_modules/chromium_android/api.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_android/api.py b/scripts/slave/recipe_modules/chromium_android/api.py
|
| index 9291c35ddd5737159b9de0c7f974d673e7d867a8..725597583df21188a5d47241afed29ca20169ee3 100644
|
| --- a/scripts/slave/recipe_modules/chromium_android/api.py
|
| +++ b/scripts/slave/recipe_modules/chromium_android/api.py
|
| @@ -49,7 +49,6 @@ class AndroidApi(recipe_api.RecipeApi):
|
| s = spec.solutions[0]
|
| s.name = repo_name
|
| s.url = repo_url
|
| - s.custom_vars = self.c.custom_vars
|
| s.custom_deps = gclient_custom_deps or {}
|
| if revision:
|
| s.revision = revision
|
| @@ -132,7 +131,7 @@ class AndroidApi(recipe_api.RecipeApi):
|
| # TODO(sivachandra): Disable subannottations after cleaning up
|
| # tree_truth.sh.
|
| yield self.m.step('tree truth steps',
|
| - [self.m.path.checkout('build', 'tree_truth.sh'),
|
| + [self.m.path.checkout('build', 'tree_truth.sh'),
|
| self.m.path.checkout()] + repos,
|
| allow_subannottations=True)
|
|
|
|
|