summaryrefslogtreecommitdiffstats
path: root/common/car_core_hardware.xml
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-08-22 03:10:00 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-08-22 03:10:00 +0000
commitb39756233266438bfaad7a14bb6d460c3d0217fe (patch)
treeda0a56ee00f2f951df9c73398c41ef49e898fd8b /common/car_core_hardware.xml
parentb4fb9a16c0409076159d037af610690ec376adfd (diff)
parent22fb416ab10387302d02c9a25ce40dbff60b5f24 (diff)
downloaddevice_generic_car-b39756233266438bfaad7a14bb6d460c3d0217fe.tar.gz
device_generic_car-b39756233266438bfaad7a14bb6d460c3d0217fe.tar.bz2
device_generic_car-b39756233266438bfaad7a14bb6d460c3d0217fe.zip
Change-Id: I4b61839cb389c686c979956552e099ec3a8416e8
Diffstat (limited to 'common/car_core_hardware.xml')
-rw-r--r--common/car_core_hardware.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/car_core_hardware.xml b/common/car_core_hardware.xml
index 7911cc0..b0d4f12 100644
--- a/common/car_core_hardware.xml
+++ b/common/car_core_hardware.xml
@@ -16,7 +16,6 @@
<!-- This is a copy of frameworks/native/data/etc/car_core_hardware.xml that is somewhat
combined with device/generic/goldfish/data/etc/handheld_core_hardware.xml.
- Notably bluetooth is removed since it does not work in the emulator.
-->
<!-- These are the hardware components that all handheld devices
@@ -38,6 +37,9 @@
<feature name="android.hardware.touchscreen" />
<feature name="android.hardware.microphone" />
+ <!-- Notably bluetooth is added to avoid crashing. It does not work in the emulator. -->
+ <feature name="android.hardware.bluetooth" />
+
<!-- basic system services -->
<feature name="android.software.connectionservice" />
<feature name="android.software.voice_recognizers" notLowRam="true" />