projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8691935
)
android: simplify the subdirs including rules
author
Chih-Wei Huang
<cwhuang@linux.org.tw>
Wed, 21 Jan 2015 17:17:42 +0000
(
01:17
+0800)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Wed, 22 Apr 2015 13:24:13 +0000
(14:24 +0100)
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>
Android.mk
patch
|
blob
|
history
diff --git
a/Android.mk
b/Android.mk
index
e190f74
..
87ed464
100644
(file)
--- 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