Skip to content
Snippets Groups Projects
Commit a4e856ff authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "audio-kernel: skip dlkm for audiolite"

parents 621825e6 3221a59a
No related merge requests found
...@@ -15,6 +15,10 @@ else ...@@ -15,6 +15,10 @@ else
AUDIO_DLKM_ENABLE := true AUDIO_DLKM_ENABLE := true
endif endif
ifeq ($(TARGET_USES_AUDIOLITE), true)
AUDIO_DLKM_ENABLE := false
endif
ifeq ($(AUDIO_DLKM_ENABLE), true) ifeq ($(AUDIO_DLKM_ENABLE), true)
ifeq ($(call is-board-platform-in-list,taro kalama bengal monaco msmnile gen4), true) ifeq ($(call is-board-platform-in-list,taro kalama bengal monaco msmnile gen4), true)
include vendor/qcom/opensource/audio-kernel/audio_kernel_modules.mk include vendor/qcom/opensource/audio-kernel/audio_kernel_modules.mk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment