Index: build/android/avd.py |
diff --git a/build/android/avd.py b/build/android/avd.py |
index 2685c592bedf4d4f276169a99741b3d374f6d377..43bb3eaba5d4b99e086a3be82fde798e2701513b 100755 |
--- a/build/android/avd.py |
+++ b/build/android/avd.py |
@@ -23,8 +23,7 @@ from pylib.utils import emulator |
def main(argv): |
# ANDROID_SDK_ROOT needs to be set to the location of the SDK used to launch |
# the emulator to find the system images upon launch. |
- emulator_sdk = os.path.join(constants.EMULATOR_SDK_ROOT, |
- 'android_tools', 'sdk') |
+ emulator_sdk = os.path.join(constants.EMULATOR_SDK_ROOT, 'sdk') |
os.environ['ANDROID_SDK_ROOT'] = emulator_sdk |
opt_parser = optparse.OptionParser(description='AVD script.') |