common: audio: disable AUDIO_FEATURE_ENABLED_DYNAMIC_LOG

This depends on proprietary headers and is enabled on most
if not all recent chips

Change-Id: I421a0e362588cf89257109f1cc124e254cbb8a19
This commit is contained in:
Jake Weinstein 2020-10-02 16:54:29 +02:00
parent f871c4ec19
commit d91165b1c0
1 changed files with 3 additions and 0 deletions

View File

@ -24,5 +24,8 @@ endif
# Override proprietary definitions from QSSI audio HAL Makefile.
AUDIO_FEATURE_ENABLED_AHAL_EXT := false
# Override proprietary definitions from SoC audio HAL Makefiles.
AUDIO_FEATURE_ENABLED_DYNAMIC_LOG := false
# Get non-open-source specific aspects.
$(call inherit-product-if-exists, vendor/qcom/common/audio/audio-vendor.mk)