diff --git a/device.mk b/device.mk index d1e03eef7e5d0554cbde10ca9602d92a6516ed5e..b2b4a6081c13cf9c2d347e06de685f692e2e7743 100644 --- a/device.mk +++ b/device.mk @@ -23,7 +23,8 @@ PRODUCT_PACKAGES += \ audio.usb.default \ libaudiofoundation.vendor \ libtinycompress \ - tinymix + tinymix \ + android.hardware.audio@5.0.vendor PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/audio/audio_device.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_device.xml \ @@ -49,6 +50,8 @@ PRODUCT_COPY_FILES += \ PRODUCT_PACKAGES += \ android.hardware.bluetooth.audio@2.0-impl \ audio.bluetooth.default \ + android.hardware.bluetooth@1.0.vendor \ + android.hardware.bluetooth.a2dp@1.0.vendor \ PRODUCT_COPY_FILES += \ frameworks/av/services/audiopolicy/config/bluetooth_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_audio_policy_configuration.xml \