2019-12-16 12:15:20 +00:00
|
|
|
# Keep class's integer static field for MessageUtils to parsing their name.
|
2020-07-29 04:05:04 +00:00
|
|
|
-keep class com.android.networkstack.tethering.Tethering$TetherMainSM {
|
2019-12-16 12:15:20 +00:00
|
|
|
static final int CMD_*;
|
|
|
|
static final int EVENT_*;
|
|
|
|
}
|
|
|
|
|
2020-11-11 16:17:15 +00:00
|
|
|
-keep class com.android.networkstack.tethering.BpfMap {
|
|
|
|
native <methods>;
|
|
|
|
}
|
|
|
|
|
|
|
|
-keepclassmembers public class * extends com.android.networkstack.tethering.util.Struct {
|
|
|
|
public <init>(...);
|
|
|
|
}
|
|
|
|
|
2019-12-16 12:15:20 +00:00
|
|
|
-keepclassmembers class android.net.ip.IpServer {
|
|
|
|
static final int CMD_*;
|
|
|
|
}
|