sm7325-common: Add support for dubai (Edge 30)

Also decommonize a kernel cmdline

Change-Id: Id5aa4a5b2b893bd43531fa7bd0c1b9391705b430
This commit is contained in:
Marc Bourgoin 2022-08-03 21:30:29 -06:00 committed by SGCMarkus
commit 782cc6aa56
4 changed files with 5 additions and 3 deletions

View file

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