summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Wei Huang <cwhuang@linux.org.tw>2015-01-22 01:17:42 +0800
committerEmil Velikov <emil.l.velikov@gmail.com>2015-04-22 14:24:13 +0100
commit63a76c15d8c259edc1a6bf8b696f109c86eace2e (patch)
tree63ffb6c84a7be4dc4366982ef83f55d680be3f6b
parent86919352e3da1c80409fdcb67c36f29a9687b7a9 (diff)
android: simplify the subdirs including rules
Use the macro defined in the Android build system. Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
-rw-r--r--Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index e190f749b09..87ed46445e1 100644
--- a/Android.mk
+++ b/Android.mk
@@ -94,7 +94,6 @@ ifeq ($(strip $(MESA_BUILD_GALLIUM)),true)
SUBDIRS += src/gallium
endif
-mkfiles := $(patsubst %,$(MESA_TOP)/%/Android.mk,$(SUBDIRS))
-include $(mkfiles)
+include $(call all-named-subdir-makefiles,$(SUBDIRS))
endif