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 committed by Alexander Koskovich
parent 66272c0013
commit d2345031e0

View file

@ -17,8 +17,7 @@
LOCAL_PATH := $(call my-dir) LOCAL_PATH := $(call my-dir)
ifneq ($(filter lemonade lemonadep,$(TARGET_DEVICE)),) ifneq ($(filter lemonade lemonadep,$(TARGET_DEVICE)),)
subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH)) include $(call all-makefiles-under,$(LOCAL_PATH))
$(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))
include $(CLEAR_VARS) include $(CLEAR_VARS)