Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_build
/
1cd3439288ca1544b5477ed7cb59f48d45150b88
/
.
/
core
/
proguard.jacoco.flags
blob: c3bed94355f048909a603f15369e8da7d9c9402c [
file
] [
log
] [
blame
]
Sebastien Hertz
dfce8ad
2015-11-19 17:53:00 +0100
[
diff
] [
blame
]
1
# Keep everything for the emma classes
2
-
keep
class
com
.
vladium
.**
{
3
*;
4
}
5
# Keep everything for the jacoco classes
6
-
keep
class
org
.
jacoco
.**
{
7
*;
8
}