blob: 1f83a663827cb76403931feeffb270c4fbf83205 [file] [log] [blame]
markchien6d06f6d2019-12-16 20:15:20 +08001# Keep class's integer static field for MessageUtils to parsing their name.
2-keep class com.android.server.connectivity.tethering.Tethering$TetherMasterSM {
3 static final int CMD_*;
4 static final int EVENT_*;
5}
6
7-keepclassmembers class android.net.ip.IpServer {
8 static final int CMD_*;
9}