Update build files for new version of jacoco am: b760c4765c am: 850d514104
am: e997ed6016

Change-Id: Ifa0987895f4686f280b25590789d4e7058323488
diff --git a/Android.mk b/Android.mk
index c708fc7..a00938b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -17,5 +17,5 @@
 
 # include jacoco-cli in the dist directory to enable running it to generate a code-coverage report
 ifeq ($(EMMA_INSTRUMENT),true)
-$(call dist-for-goals, dist_files, $(HOST_OUT_JAVA_LIBRARIES)/jacoco-cli.jar)
+$(call dist-for-goals, dist_files apps_only, $(HOST_OUT_JAVA_LIBRARIES)/jacoco-cli.jar)
 endif