Index: build/android/pylib/utils/emulator.py |
diff --git a/build/android/pylib/utils/emulator.py b/build/android/pylib/utils/emulator.py |
index c256eac236cbd134293028a20ed114d230135abc..91aa23efb118e4edfecd56182fef64584a2b5d00 100644 |
--- a/build/android/pylib/utils/emulator.py |
+++ b/build/android/pylib/utils/emulator.py |
@@ -416,6 +416,8 @@ class Emulator(object): |
if wait_for_boot: |
# Now that we checked for obvious problems, wait for a boot complete. |
# Waiting for the package manager is sometimes problematic. |
+ # TODO(jbudorick) Convert this once waiting for the package manager and |
+ # the external storage is no longer problematic. |
d = device_utils.DeviceUtils(self.device_serial) |
d.old_interface.WaitForSystemBootCompleted(self._WAITFORBOOT_TIMEOUT) |