| 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 665018b77ccea1e5cf99a380dc6abd6a889d2c39..2bbee20c9708b63e44e6b3445428f257c0bc1217 100644
|
| --- a/scripts/slave/recipe_modules/chromium_android/api.py
|
| +++ b/scripts/slave/recipe_modules/chromium_android/api.py
|
| @@ -25,7 +25,8 @@ class AndroidApi(recipe_api.RecipeApi):
|
|
|
| def get_config_defaults(self):
|
| return {
|
| - 'REVISION': self.m.properties.get('revision', '')
|
| + 'REVISION': self.m.properties.get('revision', ''),
|
| + 'CHECKOUT_PATH': self.m.path['checkout'],
|
| }
|
|
|
| @property
|
|
|