blob: 55c963f02237f8ec09d5bbc8fc6087d95c1f7882 [file] [log] [blame]
Wei Wang72203032021-09-12 20:53:23 -07001# Prevent proguard from stripping out any nearby-service.
2# TODO: This could be optimized in the future to only keep the critical
3# entry points and then let proguard strip out any unused code within
4# the service.
5-keep class com.android.server.nearby.** { *; }