sm7325-common: Add Tundra to project guard

* Tundra is the Moto Edge 30 Fusion, Lahaina

Change-Id: I8111ec936cd7ad3f1b98f381ad8d8c4e8f614721
Signed-off-by: electimon <electimon@gmail.com>
This commit is contained in:
electimon 2023-03-12 03:03:20 +00:00 committed by Marc Bourgoin
parent 3e4cea0e32
commit d7be80d40c

View File

@ -6,7 +6,7 @@
LOCAL_PATH := $(call my-dir) LOCAL_PATH := $(call my-dir)
ifneq ($(filter berlin berlna dubai xpeng,$(TARGET_DEVICE)),) ifneq ($(filter berlin berlna dubai tundra xpeng,$(TARGET_DEVICE)),)
subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH)) subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH))
$(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk))) $(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))