| Index: build/android/pylib/utils/emulator.py
|
| diff --git a/build/android/pylib/utils/emulator.py b/build/android/pylib/utils/emulator.py
|
| index f5838353d55fea72816466cd5854a41c75161308..e5a31f529ea93624736d19caa43a644c24bf0538 100755
|
| --- a/build/android/pylib/utils/emulator.py
|
| +++ b/build/android/pylib/utils/emulator.py
|
| @@ -171,8 +171,7 @@ class Emulator(object):
|
| avd_name: name of the AVD to create
|
| abi: target platform for emulator being created
|
| """
|
| - android_sdk_root = os.path.join(constants.EMULATOR_SDK_ROOT,
|
| - 'android_tools', 'sdk')
|
| + android_sdk_root = constants.ANDROID_SDK_ROOT
|
| self.emulator = os.path.join(android_sdk_root, 'tools', 'emulator')
|
| self.android = os.path.join(android_sdk_root, 'tools', 'android')
|
| self.popen = None
|
|
|