From 63a76c15d8c259edc1a6bf8b696f109c86eace2e Mon Sep 17 00:00:00 2001 From: Chih-Wei Huang Date: Thu, 22 Jan 2015 01:17:42 +0800 Subject: android: simplify the subdirs including rules Use the macro defined in the Android build system. Signed-off-by: Chih-Wei Huang Reviewed-by: Emil Velikov --- Android.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Android.mk') 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 -- cgit v1.2.3