blob: 051fbd19fc6cf008006fe6e1604be0277f155224 [file] [log] [blame]
markchienae8aa642019-12-16 20:15:20 +08001# Keep class's integer static field for MessageUtils to parsing their name.
markchien503be612020-04-12 21:41:29 +08002-keep class com.android.networkstack.tethering.Tethering$TetherMasterSM {
markchienae8aa642019-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}