summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChih-Wei Huang <cwhuang@linux.org.tw>2015-03-20 17:05:46 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2015-03-20 17:07:21 +0000
commita3b3c1afb753d1a05bb3f2f5258b9936257a90ec (patch)
tree3e8467c13f24477367c4e2bbb4f184b55cc1788b /tests
parent568b3a095449bee223b6af504bea914ef88a2c5d (diff)
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
new file mode 100644
index 00000000..5053e7d6
--- /dev/null
+++ b/tests/Android.mk
@@ -0,0 +1 @@
+include $(call all-subdir-makefiles)