Sign in
android
/
platform
/
packages
/
services
/
Telephony
/
da8d6c58699ff217f0779b822208c44bf081c171
/
.
/
proguard.flags
blob: 41e26a1d246275af9bdb17876dbfe7a8d9ff71ff [
file
] [
log
] [
blame
]
# Keep classes and methods that have the guava @VisibleForTesting annotation
-
keep
@**.
VisibleForTesting
class
*
-
keepclassmembers
class
*
{
@**.
VisibleForTesting
*;
}
-
verbose