summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index b9c3ed44..97f8a315 100644
--- a/Android.mk
+++ b/Android.mk
@@ -9,3 +9,6 @@ LOCAL_PACKAGE_NAME := DownloadProvider
LOCAL_CERTIFICATE := media
include $(BUILD_PACKAGE)
+
+# additionally, call tests makefiles
+include $(call all-makefiles-under,$(LOCAL_PATH))