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

Commit 46ed451d authored by Dan Willemsen's avatar Dan Willemsen Committed by Gerrit Code Review
Browse files

Merge "build: Load makefiles in the same order with Make 4.0"

parents 7b49da7e ec224d50
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -139,7 +139,7 @@ endef
###########################################################

define all-makefiles-under
$(wildcard $(1)/*/Android.mk)
$(sort $(wildcard $(1)/*/Android.mk))
endef

###########################################################
@@ -171,7 +171,7 @@ endef

# $(1): List of directories to look for under this directory
define all-named-subdir-makefiles
$(wildcard $(addsuffix /Android.mk, $(addprefix $(call my-dir)/,$(1))))
$(sort $(wildcard $(addsuffix /Android.mk, $(addprefix $(call my-dir)/,$(1)))))
endef

###########################################################