dfce8ad4f4
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
8 lines
151 B
Text
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.** {
|
|
*;
|
|
}
|