summaryrefslogtreecommitdiffstats
path: root/emulator
diff options
context:
space:
mode:
authorHayden Gomes <haydengomes@google.com>2019-05-15 07:35:58 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-05-15 07:35:58 -0700
commit03669ed25f8dd5d7c1320d8bad75bf925f817d4a (patch)
tree689d3828a9fa36ead4c9399e0aecfb371650799f /emulator
parentda49f24e7299773c0353418a9bb8102037d71c02 (diff)
parentcec0de07ab79edf3c163e79a0ec7b7057a76dfc6 (diff)
downloaddevice_generic_car-03669ed25f8dd5d7c1320d8bad75bf925f817d4a.tar.gz
device_generic_car-03669ed25f8dd5d7c1320d8bad75bf925f817d4a.tar.bz2
device_generic_car-03669ed25f8dd5d7c1320d8bad75bf925f817d4a.zip
Adding BT mock for car emulator am: 2365e13575
am: cec0de07ab Change-Id: I2b587c17b228ef866dcbd7f991077cf3a06847db
Diffstat (limited to 'emulator')
-rw-r--r--emulator/hal/car_emulator_hal.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/emulator/hal/car_emulator_hal.mk b/emulator/hal/car_emulator_hal.mk
index 86139a7..3d21d69 100644
--- a/emulator/hal/car_emulator_hal.mk
+++ b/emulator/hal/car_emulator_hal.mk
@@ -17,8 +17,12 @@
# Default HAL implementations for automotive
PRODUCT_PACKAGES += \
android.hardware.automotive.audiocontrol@1.0-service \
+ android.hardware.bluetooth@1.0-service.sim \
+ android.hardware.bluetooth.audio@2.0-impl \
android.hardware.automotive.vehicle@2.0-service
# Vendor Interface Manifest
PRODUCT_COPY_FILES += \
- device/generic/car/emulator/hal/car_emulator_manifest.xml:$(TARGET_COPY_OUT_VENDOR)/manifest.xml
+ device/generic/car/emulator/hal/car_emulator_manifest.xml:$(TARGET_COPY_OUT_VENDOR)/manifest.xml \
+ frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml \
+ frameworks/native/data/etc/android.hardware.bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth.xml