| 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 6ae3b34ad2c39808dfa232dcfb400ecbb35f4260..42c5a4147020b902753c643fa5bc67dc36bab10a 100644
|
| --- a/scripts/slave/recipe_modules/chromium_android/api.py
|
| +++ b/scripts/slave/recipe_modules/chromium_android/api.py
|
| @@ -45,7 +45,8 @@ class AndroidApi(recipe_api.RecipeApi):
|
|
|
| @property
|
| def known_devices_file(self):
|
| - return self.m.path['cache'].join('known_android_devices')
|
| + return self.m.path.join(
|
| + self.m.path.expanduser('~'), '.android', 'known_devices.json')
|
|
|
| @property
|
| def file_changes_path(self):
|
|
|