blob: 8eafd307c2af60f50f5d55e6abcedfdb1b5145c5 [file] [log] [blame]
Ta-wei Yen34d3b562016-05-03 14:10:03 -07001# Keep classes and methods that have the guava @VisibleForTesting annotation
2-keep @**.VisibleForTesting class *
3-keepclassmembers class * {
4@**.VisibleForTesting *;
5}
Ta-wei Yen4e0e3fb2016-06-08 18:35:42 -07006-keep @**.NeededForTesting class *
7-keepclassmembers class * {
8@**.NeededForTesting *;
9}
Hall Liue31bac62020-12-23 19:16:10 -080010# TODO: remove this after call composer gets more integrated.
11# for the time being, this is here so that the tests don't fail when encountering dead code.
12-keep class com.android.phone.callcomposer.** {
13 *;
14}
Brad Ebingera58ecc22017-08-11 11:08:52 -070015-verbose