diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2020-05-25 11:15:11 +0800 |
---|---|---|
committer | dianlujitao <dianlujitao@lineageos.org> | 2020-06-27 04:44:37 +0200 |
commit | 901c449c16ae354d323bae5d1e31ccb4a8b41845 (patch) | |
tree | b369a2e86c25c4319c906a25ddf43074b8c9f805 /BoardConfigCommon.mk | |
parent | e856a18e3f8594b30301a24ade5114b9c0e88424 (diff) |
sdm660-common: Switch to QTI bt stack and enable a2dp offload
Change-Id: I47016b066ae800d0071dbad6a1235cbc9db3cf80
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 6dfe095..2b19476 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -87,6 +87,7 @@ BLUETOOTH_HCI_USE_MCT := true BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(COMMON_PATH)/bluetooth QCOM_BT_USE_BTNV := true QCOM_BT_USE_SMD_TTY := true +TARGET_FWK_SUPPORTS_FULL_VALUEADDS := true # Camera TARGET_USES_QTI_CAMERA_DEVICE := true |