Revert "beryllium: Make Android.mk search recursive"

No longer needed.

This reverts commit d22b503e62.

Change-Id: Iae9c4257a98dd4ba47ef9992b1dec133ccc56764
This commit is contained in:
LuK1337 2022-03-31 18:05:37 +02:00 committed by Bruno Martins
parent 2bc3df1b7b
commit 01cef7ca01

View File

@ -16,6 +16,5 @@
LOCAL_PATH := $(call my-dir) LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),beryllium) ifeq ($(TARGET_DEVICE),beryllium)
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)))
endif endif