bt: Build common packages
Change-Id: I3abc190d78bc02b4ffa85eea9c8c6cfa590035a5
This commit is contained in:
parent
7d38527cf1
commit
fd22e2c264
|
@ -17,8 +17,22 @@ ifeq ($(TARGET_FWK_SUPPORTS_FULL_VALUEADDS),true)
|
|||
include vendor/qcom/opensource/commonsys-intf/bluetooth/bt-commonsys-intf-board.mk
|
||||
endif
|
||||
|
||||
# Packages
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.bluetooth@1.1.vendor
|
||||
android.hardware.bluetooth@1.1.vendor \
|
||||
android.hardware.bluetooth.audio@2.1-impl \
|
||||
audio.bluetooth.default \
|
||||
com.dsi.ant@1.0.vendor \
|
||||
com.qualcomm.qti.bluetooth_audio@1.0.vendor \
|
||||
vendor.qti.hardware.bluetooth_audio@2.1.vendor \
|
||||
vendor.qti.hardware.btconfigstore@1.0.vendor \
|
||||
vendor.qti.hardware.btconfigstore@2.0.vendor
|
||||
|
||||
# FM
|
||||
ifeq ($(BOARD_HAVE_QCOM_FM),true)
|
||||
PRODUCT_PACKAGES += \
|
||||
vendor.qti.hardware.fm@1.0.vendor
|
||||
endif
|
||||
|
||||
# Permissions
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
Loading…
Reference in New Issue