• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Keep class's integer static field for MessageUtils to parsing their name.
2-keep class com.android.networkstack.tethering.Tethering$TetherMainSM {
3    static final int CMD_*;
4    static final int EVENT_*;
5}
6
7-keep class com.android.networkstack.tethering.BpfMap {
8    native <methods>;
9}
10
11-keepclassmembers public class * extends com.android.networkstack.tethering.util.Struct {
12    *;
13}
14
15-keepclassmembers class android.net.ip.IpServer {
16    static final int CMD_*;
17}
18