summaryrefslogtreecommitdiff
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 4c2023a..cc4b7f0 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,3 +14,6 @@ LOCAL_PACKAGE_NAME := ImProvider
LOCAL_CERTIFICATE := shared
include $(BUILD_PACKAGE)
+
+# additionally, build sub-tests in a separate .apk
+include $(call all-makefiles-under,$(LOCAL_PATH)) \ No newline at end of file