| 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,
|
| ]
|
| avd_process = subprocess.Popen(args=avd_command,
|
| stdout=subprocess.PIPE,
|
|
|