OSDN Git Service

Support code coverage with Jack
authorSebastien Hertz <shertz@google.com>
Thu, 19 Nov 2015 16:53:00 +0000 (17:53 +0100)
committerSebastien Hertz <shertz@google.com>
Wed, 27 Jan 2016 18:14:14 +0000 (19:14 +0100)
commitdfce8ad4f4b0817f0484334f3000bb3cbbed86fc
treebbc30b96019bcc42f11723089fe0d51efe583f95
parent3e2f5d83a47d3f9b3f1a2f57c894dff64ae6c603
Support code coverage with Jack

Building an app with Jack and with the environment variable
EMMA_INSTRUMENT_STATIC set to true will apply code coverage
onto the app targeting Jacoco.

Bug: 20115492
Change-Id: Ief3640fa3faa466f7f6aaa9739e06d3db24110a0
core/definitions.mk
core/java.mk
core/java_library.mk
core/main.mk
core/package_internal.mk
core/proguard.jacoco.flags [new file with mode: 0644]