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>
This commit is contained in:
Chih-Wei Huang 2015-01-22 01:17:42 +08:00 committed by Emil Velikov
parent 86919352e3
commit 63a76c15d8
1 changed files with 1 additions and 2 deletions

View File

@ -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