Revert "sdm845-common: Make Android.mk search recursive"

No longer needed.

This reverts commit b56fd4bc01.

Change-Id: Iae9c4257a98dd4ba47ef9992b1dec133ccc56764
This commit is contained in:
LuK1337
2022-03-31 18:05:37 +02:00
parent 901baf95a9
commit f5974f82c3

View File

@@ -17,8 +17,7 @@
LOCAL_PATH := $(call my-dir)
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)))
include $(call all-makefiles-under,$(LOCAL_PATH))
include $(CLEAR_VARS)