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