sm8250-common: Add kebab to build guards

This commit is contained in:
LuK1337
2020-11-19 15:18:15 +01:00
parent 029a335e3e
commit 48f5720c6c
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
LOCAL_PATH := $(call my-dir)
ifneq ($(filter instantnoodle instantnoodlep,$(TARGET_DEVICE)),)
ifneq ($(filter instantnoodle instantnoodlep kebab,$(TARGET_DEVICE)),)
subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH))
$(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))
endif