Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(346)

Unified Diff: build/android/pylib/utils/emulator.py

Issue 17094019: Create sdcard image for emulator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use --sdkcard option to android create. Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698