• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Proto field names are used by MessageLiteToString.toString through reflection.
2-keepclassmembers class * extends
3    com.android.server.art.jarjar.com.google.protobuf.GeneratedMessageLite {
4  *** get*();
5  *** set*(***);
6  *** has*();
7}
8
9# A job service is referenced by the framework through reflection.
10-keep class * extends android.app.job.JobService { *; }
11