aboutsummaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2009-09-30 17:13:56 -0700
committerXavier Ducrohet <xav@android.com>2009-09-30 17:13:56 -0700
commitf9c07534fd5c3cf54592db4771ac27df3a13522d (patch)
tree84a27db849209f6e33014475de08b02d32f2fc29 /android
parent2697a83bcf2b1d13c5f957e4c5ee64b774099b3f (diff)
downloadexternal_qemu-f9c07534fd5c3cf54592db4771ac27df3a13522d.zip
external_qemu-f9c07534fd5c3cf54592db4771ac27df3a13522d.tar.gz
external_qemu-f9c07534fd5c3cf54592db4771ac27df3a13522d.tar.bz2
Increase Emulator system image to 72MB
This is required to run the SDK system image with the new assets in multiple densities. Change-Id: I4ab21a9c5ef554d1d8d63a32c3e88719e6d49253
Diffstat (limited to 'android')
-rw-r--r--android/avd/hardware-properties.ini2
-rw-r--r--android/avd/hw-config-defs.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/android/avd/hardware-properties.ini b/android/avd/hardware-properties.ini
index 09486d2..8744d64 100644
--- a/android/avd/hardware-properties.ini
+++ b/android/avd/hardware-properties.ini
@@ -128,7 +128,7 @@ description = Whether the device supports insertion/removal of virtual SD Cards.
name = disk.systemPartition.size
type = diskSize
abstract = System partition size
-default = 66MB
+default = 72MB
# Data partition
name = disk.dataPartition.size
diff --git a/android/avd/hw-config-defs.h b/android/avd/hw-config-defs.h
index 67bd3d3..b98f511 100644
--- a/android/avd/hw-config-defs.h
+++ b/android/avd/hw-config-defs.h
@@ -125,7 +125,7 @@ HWCFG_BOOL(
HWCFG_DISKSIZE(
disk_systemPartition_size,
"disk.systemPartition.size",
- "66MB",
+ "72MB",
"System partition size",
"")