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..16c4e3648551705a931a16573dd7911cedac398a 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 = os.path.join(constants.EMULATOR_SDK_ROOT, 'sdk') |
self.emulator = os.path.join(android_sdk_root, 'tools', 'emulator') |
self.android = os.path.join(android_sdk_root, 'tools', 'android') |
self.popen = None |