Index: build/android/pylib/utils/emulator.py |
diff --git a/build/android/pylib/utils/emulator.py b/build/android/pylib/utils/emulator.py |
index df77c52e64654731aa735640700ff520382851a4..d294354956df72c9fd2aca5164d01692361f8cbe 100755 |
--- a/build/android/pylib/utils/emulator.py |
+++ b/build/android/pylib/utils/emulator.py |
@@ -213,7 +213,7 @@ class Emulator(object): |
'--silent', |
'delete', |
'avd', |
- '--name', self.avd, |
+ '--name', self.avd_name, |
navabi
2013/04/08 20:11:48
Good catch. thanks.
|
] |
avd_process = subprocess.Popen(args=avd_command, |
stdout=subprocess.PIPE, |