From 40841b2d221273a08abfe20824e7631211ade31d Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Tue, 1 Mar 2011 14:04:00 +0100 Subject: Move system image initialization to core. Change-Id: Ic8da3ccaed9bab7dbb44c0bb341b0dba20b90980 --- android/avd/hardware-properties.ini | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'android/avd/hardware-properties.ini') diff --git a/android/avd/hardware-properties.ini b/android/avd/hardware-properties.ini index 69abdaa..5ecfcc4 100644 --- a/android/avd/hardware-properties.ini +++ b/android/avd/hardware-properties.ini @@ -222,26 +222,33 @@ default = abstract = Path to the ramdisk image description = Path to the ramdisk image. -# Path to the system partition. +# System partition image(s). +# +# disk.systemPartition.path points to the read/write system partition image. +# if empty, a temporary file will be created, initialized with the content +# of .initPath +# +# disk.systemPartition.initPath is only used when .path is empty. It must +# then point to a read-only initialization system image file. +# +# disk.systemPartition.size is the ideal size of the system partition. The +# size is ignored if the actual system partition image is larger. Otherwise, +# it indicates the maximum size the disk image file can grow to. +# name = disk.systemPartition.path type = string -default = -abstract = Path to system partition image -description = Path to read/write system partition image during emulation. If special value '' is used, a temporary file will be created, populated with the content of .initPath +default = +abstract = Path to runtime system partition image -# Initial path to the system partition. name = disk.systemPartition.initPath type = string default = abstract = Initial system partition image -description = Only used if .path is '', path to an initial system image that will be copied into the temporary system image file before launch. -# System partition size. name = disk.systemPartition.size type = diskSize default = 0 abstract = Ideal size of system partition -description = ideal size of system partition. Ignored if smaller than the size of .path (or .initPath). Otherwise, gives the maximum size the partition is allowed to grow dynamically. # Path to the data partition. name = disk.dataPartition.path -- cgit v1.1