aboutsummaryrefslogtreecommitdiffstats
path: root/android/avd/hw-config-defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'android/avd/hw-config-defs.h')
-rw-r--r--android/avd/hw-config-defs.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/android/avd/hw-config-defs.h b/android/avd/hw-config-defs.h
index 0ab1f0f..6308bd5 100644
--- a/android/avd/hw-config-defs.h
+++ b/android/avd/hw-config-defs.h
@@ -185,6 +185,13 @@ HWCFG_INT(
"Abstracted LCD density",
"Must be one of 120, 160 or 240. A value used to roughly describe the density of the LCD screen for automatic resource/asset selection.")
+HWCFG_BOOL(
+ hw_lcd_backlight,
+ "hw.lcd.backlight",
+ "yes",
+ "LCD backlight",
+ "Enable/Disable LCD backlight simulation,yes-enabled,no-disabled.")
+
HWCFG_INT(
vm_heapSize,
"vm.heapSize",