More CTS Coverage Build Improvements
Bug 3245588
The build server couldn't display the XML report with the XSL
transformation. Thus, when you clicked on the XML file, you
would just see the raw XML which wasn't very useful. So make
the report generator output a single HTML file by transforming
the XML into HTML in code.
Change-Id: Ie8b585551e4150f360a6622b3c6f7298ebd0a1e8
diff --git a/tools/cts-api-coverage/src/Android.mk b/tools/cts-api-coverage/src/Android.mk
index 67ce8b6..d1fe4ed 100644
--- a/tools/cts-api-coverage/src/Android.mk
+++ b/tools/cts-api-coverage/src/Android.mk
@@ -20,6 +20,7 @@
include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-subdir-java-files)
+LOCAL_JAVA_RESOURCE_DIRS := res
LOCAL_JAR_MANIFEST := MANIFEST.mf
LOCAL_MODULE := cts-api-coverage