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