commit | 9df68b07c941749b8bdb09d8ee23d56443eae086 | [log] [tgz] |
---|---|---|
author | qctecmdr <qctecmdr@localhost> | Mon Feb 15 21:34:29 2021 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Feb 15 21:34:29 2021 -0800 |
tree | 583dcd7212a1e0aba7761f5777d181d204fe7200 | |
parent | dba1b4b8e722f68f0a6b0a55356eb3ffd021a6d4 [diff] | |
parent | e6fed7e6ab6290f69552f568491112b780cb0c0e [diff] |
Merge "configs: msm8937: Enable split a2dp property for wearables"
diff --git a/configs/msm8937/msm8937.mk b/configs/msm8937/msm8937.mk index c55bd6a..23364e2 100644 --- a/configs/msm8937/msm8937.mk +++ b/configs/msm8937/msm8937.mk
@@ -66,6 +66,9 @@ else AUDIO_FEATURE_ENABLED_DLKM := true endif +ifeq ($(TARGET_SUPPORTS_WEARABLES),true) +AUDIO_FEATURE_ENABLED_SPLIT_A2DP := true +endif ##AUDIO_FEATURE_FLAGS #Audio Specific device overlays