diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2019-09-19 23:15:42 +0200 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:48:54 +0300 |
commit | 08ae2300fe6fe0eb3d513de95d67fadc92765caa (patch) | |
tree | 2e52c638105fd79308458d3da8bad39dbd7ea138 /BoardConfigCommon.mk | |
parent | 22968fdc5dd65b6ef62ef9d98c8f08a76b232a6e (diff) |
sdm660-common: Disable AUDIO_FEATURE_ENABLED_EXT_HDMI
* This feature on ten has a dependency with libaudioparsers
* Even adding the prebuilt lib as module won't work since
the dependency relies on a proprietary qcom header "audio_parsers.h"
Change-Id: I81c4b90d0d5e7839be102a312079283f89a10ecd
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 87868de..48d60b9 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -80,7 +80,6 @@ BOARD_USES_ALSA_AUDIO := true USE_CUSTOM_AUDIO_POLICY := 1 USE_XML_AUDIO_POLICY_CONF := 1 BOARD_SUPPORTS_SOUND_TRIGGER := true -AUDIO_FEATURE_ENABLED_EXT_HDMI := true AUDIO_FEATURE_ENABLED_GEF_SUPPORT := true AUDIO_FEATURE_ENABLED_DYNAMIC_LOG := false AUDIO_FEATURE_ENABLED_EXT_AMPLIFIER := false |