blob: 86b903353cf5e40205da17a17d94789f0bb0da46 [file] [log] [blame]
markchien9d353822019-12-16 20:15:20 +08001# Keep class's integer static field for MessageUtils to parsing their name.
Chiachang Wang14aaefc2020-07-29 12:05:04 +08002-keep class com.android.networkstack.tethering.Tethering$TetherMainSM {
markchien9d353822019-12-16 20:15:20 +08003 static final int CMD_*;
4 static final int EVENT_*;
5}
6
7-keepclassmembers class android.net.ip.IpServer {
8 static final int CMD_*;
9}