aboutsummaryrefslogtreecommitdiffstats
path: root/android/avd
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-03-02 12:05:11 -0800
committerandroid code review <noreply-gerritcodereview@google.com>2012-03-02 12:05:12 -0800
commit7fc0c500e5bcb4fad084302d217708a7a07da452 (patch)
treef7ccf586c647b5fdb9933f7ac274b2858600a302 /android/avd
parentc421c06509549e9a29456d00b21176baeeb303f5 (diff)
parentc0040db4365a237d67bdc7d25c02944b74f76429 (diff)
downloadexternal_qemu-7fc0c500e5bcb4fad084302d217708a7a07da452.zip
external_qemu-7fc0c500e5bcb4fad084302d217708a7a07da452.tar.gz
external_qemu-7fc0c500e5bcb4fad084302d217708a7a07da452.tar.bz2
Merge "Set value of hw.keyboard "no"."
Diffstat (limited to 'android/avd')
-rw-r--r--android/avd/hardware-properties.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/avd/hardware-properties.ini b/android/avd/hardware-properties.ini
index ebf2450..005c63d 100644
--- a/android/avd/hardware-properties.ini
+++ b/android/avd/hardware-properties.ini
@@ -70,7 +70,7 @@ description = Whether there is a trackball on the device.
# Keyboard support (qwerty/azerty)
name = hw.keyboard
type = boolean
-default = yes
+default = no
abstract = Keyboard support
description = Whether the device has a QWERTY keyboard.