markchien | 9d35382 | 2019-12-16 20:15:20 +0800 | [diff] [blame] | 1 | # Keep class's integer static field for MessageUtils to parsing their name. |
Chiachang Wang | 14aaefc | 2020-07-29 12:05:04 +0800 | [diff] [blame] | 2 | -keep class com.android.networkstack.tethering.Tethering$TetherMainSM { |
markchien | 9d35382 | 2019-12-16 20:15:20 +0800 | [diff] [blame] | 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 | } |