diff options
| author | Alessandro Astone <ales.astone@gmail.com> | 2020-12-22 16:38:08 +0100 |
|---|---|---|
| committer | Alessandro Astone <ales.astone@gmail.com> | 2021-01-29 17:55:01 +0100 |
| commit | 69b6fd5175d0df347b3198edbb0246fcd1aa39f8 (patch) | |
| tree | fa55c3873c3bfeb600cb2e1b64f6858ebf326f2e | |
| parent | 756e0e7fdc4a5c59f994aa2c53180a9dae269411 (diff) | |
sm8250-common: Explicitely declare target uses QTI bluetooth stack
Preivously it was transitively set by TARGET_FWK_SUPPORTS_FULL_VALUEADDS
Change-Id: Ic5f6460397b7544d4ca6ceaaeaf771b5f279377c
| -rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 7f68a8f..9cd451e 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -113,6 +113,7 @@ USE_XML_AUDIO_POLICY_CONF := 1 # Bluetooth TARGET_FWK_SUPPORTS_FULL_VALUEADDS := true +TARGET_USE_QTI_BT_STACK := true # Charger BOARD_CHARGER_DISABLE_INIT_BLANK := true |
