From 3bbc919b70c78e0be6387d06faa90743deedb4dc Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Wed, 19 Jan 2011 22:18:02 +0100 Subject: Compute default memory size from screen size. This change is used when using a magic skin (e.g. -skin 800x600) or when using the full Android build system, in order to determine a good default for the RAM size. Change-Id: I900e28146592cdd3f0df9b3f1828b119309eea85 --- android/avd/hardware-properties.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android/avd/hardware-properties.ini') diff --git a/android/avd/hardware-properties.ini b/android/avd/hardware-properties.ini index 68979de..8e5cc41 100644 --- a/android/avd/hardware-properties.ini +++ b/android/avd/hardware-properties.ini @@ -26,7 +26,7 @@ # Ram size name = hw.ramSize type = integer -default = 96 +default = 0 abstract = Device ram size description = The amount of physical RAM on the device, in megabytes. -- cgit v1.1