diff options
author | Erfan Abdi <erfangplus@gmail.com> | 2020-07-21 22:45:14 +0430 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-09-12 23:22:20 +0300 |
commit | 3e04e2e1424979f630a8100a82179137f46dfc4c (patch) | |
tree | d4831f95362ff18160e3ffb3a706ab0e24bc3717 /BoardConfigCommon.mk | |
parent | 084af9f7eb86b94ce51809240d459745ed75930f (diff) |
sdm660-common: Nuke deprecated bluetooth flags
Change-Id: Ifb145fbeef8146bb7246d49792ce3419065b6c92
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 1c5ec14..668ad53 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -83,12 +83,7 @@ AUDIO_FEATURE_ENABLED_GEF_SUPPORT := true AUDIO_FEATURE_ENABLED_EXT_AMPLIFIER := false # Bluetooth -BOARD_HAVE_BLUETOOTH_QCOM := true -BOARD_HAS_QCA_BT_SOC := "cherokee" -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 |