Merge "Revert "Move WildcardMatcher into new 'matcher' package""
diff --git a/Android.mk b/Android.mk
index 1804e6d..5ba5480 100644
--- a/Android.mk
+++ b/Android.mk
@@ -68,6 +68,13 @@
 
 include $(BUILD_HOST_JAVA_LIBRARY)
 
+# include jacoco-cli in the dist directory to enable running it to generate a code-coverage report
+ifeq ($(ANDROID_COMPILE_WITH_JACK),false)
+ifeq ($(EMMA_INSTRUMENT),true)
+$(call dist-for-goals, dist_files, $(LOCAL_INSTALLED_MODULE))
+endif
+endif
+
 
 #
 # Build asm-5.0.1 as a static library for the device