Index: build/android/emulator.py |
diff --git a/build/android/emulator.py b/build/android/emulator.py |
index cd9c674b19544a5cdc7c112d2b992340dbbf7965..bf5dc083ea24bb2a0e5132d8e20c89be2beee5dd 100755 |
--- a/build/android/emulator.py |
+++ b/build/android/emulator.py |
@@ -224,7 +224,7 @@ class Emulator(object): |
# Now that we checked for obvious problems, wait for a boot complete. |
# Waiting for the package manager is sometimes problematic. |
a = android_commands.AndroidCommands(self.device) |
- a.Adb().WaitForSystemBootCompleted(self._WAITFORBOOT_TIMEOUT) |
+ a.WaitForSystemBootCompleted(self._WAITFORBOOT_TIMEOUT) |
def Shutdown(self): |
"""Shuts down the process started by launch.""" |