aboutsummaryrefslogtreecommitdiffstats
path: root/android/avd
diff options
context:
space:
mode:
Diffstat (limited to 'android/avd')
-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 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.
diff --git a/android/avd/hw-config-defs.h b/android/avd/hw-config-defs.h
index 9eb4335..9602a4a 100644
--- a/android/avd/hw-config-defs.h
+++ b/android/avd/hw-config-defs.h
@@ -20,7 +20,7 @@
HWCFG_INT(
hw_ramSize,
"hw.ramSize",
- 96,
+ 0,
"Device ram size",
"The amount of physical RAM on the device, in megabytes.")