diff options
author | David 'Digit' Turner <digit@google.com> | 2009-10-29 20:21:10 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2009-10-29 20:21:10 -0700 |
commit | bca40685df0ceda3cdbc71287b941504727100b2 (patch) | |
tree | 4cc3a16532266fa2981abd954fe881f1bc21e454 /android/avd/hardware-properties.ini | |
parent | 7c3cf5b487a71085cd114fd575048398f56f6572 (diff) | |
parent | feb377343c836010839c09899215ae35eef64908 (diff) | |
download | external_qemu-bca40685df0ceda3cdbc71287b941504727100b2.zip external_qemu-bca40685df0ceda3cdbc71287b941504727100b2.tar.gz external_qemu-bca40685df0ceda3cdbc71287b941504727100b2.tar.bz2 |
am feb37734: am 98f3c372: am 7d0891ef: am def0e542: Remove the disk partition size hardware properties.
Merge commit 'feb377343c836010839c09899215ae35eef64908'
* commit 'feb377343c836010839c09899215ae35eef64908':
Remove the disk partition size hardware properties.
Diffstat (limited to 'android/avd/hardware-properties.ini')
-rw-r--r-- | android/avd/hardware-properties.ini | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/android/avd/hardware-properties.ini b/android/avd/hardware-properties.ini index b3e486b..615c758 100644 --- a/android/avd/hardware-properties.ini +++ b/android/avd/hardware-properties.ini @@ -124,18 +124,6 @@ default = yes abstract = SD Card support description = Whether the device supports insertion/removal of virtual SD Cards. -# System partition -name = disk.systemPartition.size -type = diskSize -abstract = System partition size -default = 72MB - -# Data partition -name = disk.dataPartition.size -type = diskSize -abstract = Data partition size -default = 66MB - # Cache partition name = disk.cachePartition type = boolean |