Home | History | Annotate | Download | only in Telephony
      1 # Keep classes and methods that have the guava @VisibleForTesting annotation
      2 -keep @**.VisibleForTesting class *
      3 -keepclassmembers class * {
      4 @**.VisibleForTesting *;
      5 }
      6 -keep @**.NeededForTesting class *
      7 -keepclassmembers class * {
      8 @**.NeededForTesting *;
      9 }
     10 -verbose
     11