| 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 2f2b79b81301c0839bfb904c344610103ba3b6f4..6ae3b34ad2c39808dfa232dcfb400ecbb35f4260 100644
|
| --- a/scripts/slave/recipe_modules/chromium_android/api.py
|
| +++ b/scripts/slave/recipe_modules/chromium_android/api.py
|
| @@ -45,8 +45,7 @@ class AndroidApi(recipe_api.RecipeApi):
|
|
|
| @property
|
| def known_devices_file(self):
|
| - # TODO(phajdan.jr): Remove path['build'] usage, http://crbug.com/437264 .
|
| - return self.m.path['build'].join('site_config', '.known_devices')
|
| + return self.m.path['cache'].join('known_android_devices')
|
|
|
| @property
|
| def file_changes_path(self):
|
|
|