Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0a1fdd7d authored by Ying Wang's avatar Ying Wang
Browse files

Fix uses of all-subdir-makefiles

We should use all-makefiles-under instead.
all-subdir-makefiles can be used only before any "include" statement.
Before this change, both subdirs were actually not included.

Change-Id: I6bf35d07f294a5012c9322096f999ac26e37432f
parent b99514a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,4 +45,4 @@ $(foreach file,$(test_src_files), \
)

# Build the manual test programs.
include $(call all-subdir-makefiles)
include $(call all-makefiles-under, $(LOCAL_PATH))