platform_build/core/proguard.jacoco.flags
Sebastien Hertz dfce8ad4f4 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
2016-01-27 19:14:14 +01:00

8 lines
151 B
Text

# Keep everything for the emma classes
-keep class com.vladium.** {
*;
}
# Keep everything for the jacoco classes
-keep class org.jacoco.** {
*;
}