You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
363 B

# Proto field names are used by MessageLiteToString.toString through reflection.
-keepclassmembers class * extends
com.android.server.art.jarjar.com.google.protobuf.GeneratedMessageLite {
*** get*();
*** set*(***);
*** has*();
}
# A job service is referenced by the framework through reflection.
-keep class * extends android.app.job.JobService { *; }