summaryrefslogtreecommitdiffstats
path: root/common/car_core_hardware.xml
diff options
context:
space:
mode:
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" />