Follow this guide 
"https://android.googlesource.com/platform/prebuilts/sdk/+/master/tools/README-jack-code-coverage.md";,
 
we could generate a coverage for an APP.

But, when I have a library project:

include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_MODULE := MyTestLib
include $(BUILD_JAVA_LIBRARY) 

After execute the "make MyTestLib EMMA_INSTRUMENT_STATIC=true" command, no 
coverage meta file produced in directory 
"out/target/common/obj/JAVA_LIBRARIES/MyTestLib_intermediates".

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to