blob: d2d7866ad401f91dc3add54e705b4d2927079205 [file] [log] [blame]
Roshan Piuscd1e01f2019-11-19 06:55:37 -08001# Prevent proguard from stripping out any wifi-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.wifi.** { *; }