mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-09 03:58:05 +02:00
android: simplify the including rule of subdirs
Use android build system functions to include Android.mk of subdirs. Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> [Emil Velikov: Resolve trivial conflicts.] Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
568b3a0954
commit
a3b3c1afb7
2 changed files with 2 additions and 10 deletions
11
Android.mk
11
Android.mk
|
|
@ -45,13 +45,4 @@ LOCAL_CFLAGS := \
|
|||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
SUBDIRS := \
|
||||
freedreno \
|
||||
intel \
|
||||
nouveau \
|
||||
radeon \
|
||||
libkms \
|
||||
tests/modetest
|
||||
|
||||
mkfiles := $(patsubst %,$(LIBDRM_TOP)/%/Android.mk,$(SUBDIRS))
|
||||
include $(mkfiles)
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
|
|
|
|||
1
tests/Android.mk
Normal file
1
tests/Android.mk
Normal file
|
|
@ -0,0 +1 @@
|
|||
include $(call all-subdir-makefiles)
|
||||
Loading…
Add table
Reference in a new issue