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.

10 lines
495 B

# Only shrink services.permission classes.
# Note that while more aggressive services shrinking is enabled by default (see proguard.flags), for
# cases where that's not yet possible, we still need to shrink the permission package to prune out
# unused Kotlin stdlib dependencies.
-keep class !com.android.server.permission.** { *; }
# CoverageService guards optional jacoco class references with a runtime guard, so we can safely
# suppress build-time warnings.
-dontwarn org.jacoco.agent.rt.*