car: add broadcastradio aidl

This commit is contained in:
Konsta
2023-10-12 15:16:57 +03:00
parent 8a64b0130c
commit c4a082a910

View File

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