From f9c07534fd5c3cf54592db4771ac27df3a13522d Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Wed, 30 Sep 2009 17:13:56 -0700 Subject: 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 --- android/avd/hardware-properties.ini | 2 +- android/avd/hw-config-defs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'android') 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", "") -- cgit v1.1