blob: 73ada3610b05d626114716a7d35eff8ff38005ed [file] [log] [blame]
Roopa Sattirajua25b2352022-01-31 22:48:42 -08001# Prevent proguard from stripping out any service-bluetooth.
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.bluetooth.** { *; }
6-keep class com.android.server.bluetooth.** { *; }