Set up Bluetooth
Change-Id: I2057e44919354d4cdf172dfbc85da432b32419f0
This commit is contained in:
parent
5625a48a0a
commit
5ecfc24cdd
2 changed files with 7 additions and 0 deletions
|
@ -46,6 +46,8 @@ AUDIO_FEATURE_ENABLED_FM_POWER_OPT := true
|
||||||
|
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth
|
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth
|
||||||
|
BOARD_HAVE_BLUETOOTH_QCOM := true
|
||||||
|
TARGET_USE_QTI_BT_STACK := true
|
||||||
|
|
||||||
# Camera
|
# Camera
|
||||||
TARGET_USES_QTI_CAMERA_DEVICE := true
|
TARGET_USES_QTI_CAMERA_DEVICE := true
|
||||||
|
|
|
@ -50,6 +50,11 @@ PRODUCT_COPY_FILES += \
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
libhwbinder
|
libhwbinder
|
||||||
|
|
||||||
|
# Bluetooth
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
libbthost_if \
|
||||||
|
BluetoothQti
|
||||||
|
|
||||||
# Camera
|
# Camera
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.camera.provider@2.4-impl \
|
android.hardware.camera.provider@2.4-impl \
|
||||||
|
|
Loading…
Reference in a new issue