Index: build/android/emulator.py |
diff --git a/build/android/emulator.py b/build/android/emulator.py |
index 532b570912fdbbb276e7bc2f4bbbe58993250a6c..5af7c8cd3a3b91bf02861824bb1d5bc95c380df0 100755 |
--- a/build/android/emulator.py |
+++ b/build/android/emulator.py |
@@ -176,7 +176,7 @@ class Emulator(object): |
'--name', avd_name, |
'--abi', self.abi, |
'--target', 'android-16', |
- '-c', '64M', |
+ '-c', '128M', |
'--force', |
] |
avd_process = subprocess.Popen(args=avd_command, |