Chromium Code Reviews| Index: build/android/emulator.py |
| diff --git a/build/android/emulator.py b/build/android/emulator.py |
| index 0d7c96b610df03940e42c9897487c5e26ffae582..532b570912fdbbb276e7bc2f4bbbe58993250a6c 100755 |
| --- a/build/android/emulator.py |
| +++ b/build/android/emulator.py |
| @@ -175,7 +175,7 @@ class Emulator(object): |
| 'create', 'avd', |
| '--name', avd_name, |
| '--abi', self.abi, |
| - '--target', 'android-15', |
| + '--target', 'android-16', |
| '-c', '64M', |
| '--force', |
| ] |