Chromium Code Reviews| Index: build/android/pylib/utils/emulator.py |
| diff --git a/build/android/pylib/utils/emulator.py b/build/android/pylib/utils/emulator.py |
| index a2343a1c9f861bdc1095d72ca8101c3bbc7b8513..3f4d51b434a5c17d45ea07595df843e332de2050 100755 |
| --- a/build/android/pylib/utils/emulator.py |
| +++ b/build/android/pylib/utils/emulator.py |
| @@ -202,6 +202,7 @@ class Emulator(object): |
| '--name', self.avd_name, |
| '--abi', abi_option, |
| '--target', API_TARGET, |
| + '--sdcard', '512M', |
|
gkanwar
2013/06/21 01:20:00
It probably makes sense to make this value a const
navabi
2013/06/21 01:30:08
Done.
|
| '--force', |
| ] |
| avd_cmd_str = ' '.join(avd_command) |