sdm845-common -> sm8250-common

This commit is contained in:
LuK1337
2020-06-22 10:35:37 +02:00
parent ebe358dcbf
commit 98a0defd38
24 changed files with 153 additions and 127 deletions

View File

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