blob: 15debab5e9c3bb95b26c6689cc76d9c618f63a4b [file] [log] [blame]
# Keep all receivers/service classes.
-keep class android.nearby.fastpair.seeker.** {
*;
}
# Keep names for easy debugging.
-dontobfuscate
# Necessary to allow debugging.
-keepattributes *
# By default, proguard leaves all classes in their original package, which
# needlessly repeats com.google.android.apps.etc.
-repackageclasses ""
# Allows proguard to make private and protected methods and fields public as
# part of optimization. This lets proguard inline trivial getter/setter
# methods.
-allowaccessmodification