Index: build/android/emulator.py |
diff --git a/build/android/emulator.py b/build/android/emulator.py |
index d4f3caa409272f35f97022e1bf099f20ea08cc77..7ea2059b2201a6fa7076be40a26178f7af7288f9 100755 |
--- a/build/android/emulator.py |
+++ b/build/android/emulator.py |
@@ -166,7 +166,7 @@ class Emulator(object): |
avd_process.stdin.write('no\n') |
avd_process.wait() |
logging.info('Create AVD command: %s', ' '.join(avd_command)) |
- return self.avd |
+ return avd_name |
def _DeleteAVD(self): |
avd_command = [ |