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:
parent
f871c4ec19
commit
d91165b1c0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue