sm7325-common: Add berlna to guards

Signed-off-by: Andrew Hexen <SyberHexen@gmail.com>
Change-Id: Iac7b5aa9778ecb9d01c1dc54f18eccdbdfde48d7
This commit is contained in:
Andrew Hexen 2023-01-02 07:44:53 -08:00 committed by Nolen Johnson
commit 133239452c
3 changed files with 3 additions and 2 deletions

View file

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