Skip to content

Commit

Permalink
X00TD: Make Android.mk search recursive
Browse files Browse the repository at this point in the history
Change-Id: Ib745d75def1026f79644c7ff25952d5a61da4911
  • Loading branch information
luca020400 authored and Vivekachooz committed Aug 9, 2020
1 parent 20b4ae8 commit 2bb6dc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ LOCAL_PATH := $(call my-dir)

ifeq ($(TARGET_DEVICE),X00TD)

include $(call all-makefiles-under,$(LOCAL_PATH))
subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH))
$(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))

endif

0 comments on commit 2bb6dc3

Please sign in to comment.