| Index: build/android/pylib/local/device/local_device_environment.py
|
| diff --git a/build/android/pylib/local/device/local_device_environment.py b/build/android/pylib/local/device/local_device_environment.py
|
| index a200ca2dfdf0f1554d36d9fe71b2576bb42aee07..6d64585cf2fbfe089c71dd51a97c4614bed96893 100644
|
| --- a/build/android/pylib/local/device/local_device_environment.py
|
| +++ b/build/android/pylib/local/device/local_device_environment.py
|
| @@ -121,6 +121,8 @@ class LocalDeviceEnvironment(environment.Environment):
|
|
|
| @handle_shard_failures_with(on_failure=self.BlacklistDevice)
|
| def prepare_device(d):
|
| + d.WaitUntilFullyBooted(timeout=10, retries=0)
|
| +
|
| if self._enable_device_cache:
|
| cache_path = _DeviceCachePath(d)
|
| if os.path.exists(cache_path):
|
|
|