Set up Bluetooth

Change-Id: I2057e44919354d4cdf172dfbc85da432b32419f0
This commit is contained in:
bgcngm 2021-07-10 17:02:12 +02:00 committed by Giammarco Senatore
parent 5625a48a0a
commit 5ecfc24cdd
No known key found for this signature in database
GPG key ID: 661348FC1E144F04
2 changed files with 7 additions and 0 deletions

View file

@ -46,6 +46,8 @@ AUDIO_FEATURE_ENABLED_FM_POWER_OPT := true
# Bluetooth
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth
BOARD_HAVE_BLUETOOTH_QCOM := true
TARGET_USE_QTI_BT_STACK := true
# Camera
TARGET_USES_QTI_CAMERA_DEVICE := true

View file

@ -50,6 +50,11 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \
libhwbinder
# Bluetooth
PRODUCT_PACKAGES += \
libbthost_if \
BluetoothQti
# Camera
PRODUCT_PACKAGES += \
android.hardware.camera.provider@2.4-impl \