car: add broadcastradio hidl

This commit is contained in:
Konsta
2023-10-13 17:03:02 +03:00
parent 070bcb0fd3
commit e2553ec70c

View File

@@ -17,6 +17,13 @@ $(call inherit-product, packages/services/Car/car_product/build/car.mk)
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.automotive.vehicle@2.0-default-service android.hardware.automotive.vehicle@2.0-default-service
# Broadcast radio
PRODUCT_PACKAGES += \
android.hardware.broadcastradio@2.0-service
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.broadcastradio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.broadcastradio.xml
# Bluetooth # Bluetooth
PRODUCT_VENDOR_PROPERTIES += \ PRODUCT_VENDOR_PROPERTIES += \
bluetooth.device.class_of_device=38,4,8 \ bluetooth.device.class_of_device=38,4,8 \