vendor: audio: Include audio_vendor_product.mk on targets above 4.19
Change-Id: Iccd652731189db99df7a4fc2bca7b584cb866d58 Signed-off-by: Venkat Yadlapati <venkat.yadlapati@hotmail.com>
This commit is contained in:
parent
e6111187d1
commit
0f8c3ddd22
|
@ -14,6 +14,9 @@
|
|||
|
||||
ifeq ($(call is-board-platform-in-list,sm6150),true)
|
||||
-include $(TOPDIR)vendor/qcom/opensource/audio-hal/primary-hal/configs/msmsteppe/msmsteppe.mk
|
||||
# Flag for inheriting audio_vendor_product.mk on >4.19 targets
|
||||
else ifeq (,$(filter 3.18 4.4 4.9 4.14, $(TARGET_KERNEL_VERSION)))
|
||||
-include $(TOPDIR)vendor/qcom/opensource/audio-hal/primary-hal/configs/audio_vendor_product.mk
|
||||
else
|
||||
-include $(TOPDIR)vendor/qcom/opensource/audio-hal/primary-hal/configs/$(TARGET_BOARD_PLATFORM)/$(TARGET_BOARD_PLATFORM).mk
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue