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_*;
|
|
|
|
}
|
|
|
|
|
2021-10-19 17:59:01 +00:00
|
|
|
-keep class com.android.networkstack.tethering.util.BpfMap {
|
2020-11-11 16:17:15 +00:00
|
|
|
native <methods>;
|
|
|
|
}
|
|
|
|
|
2022-01-20 21:06:24 +00:00
|
|
|
-keep class com.android.networkstack.tethering.util.TcUtils {
|
|
|
|
native <methods>;
|
|
|
|
}
|
|
|
|
|
2020-11-11 16:17:15 +00:00
|
|
|
-keepclassmembers public class * extends com.android.networkstack.tethering.util.Struct {
|
2021-04-14 01:30:55 +00:00
|
|
|
*;
|
2020-11-11 16:17:15 +00:00
|
|
|
}
|
|
|
|
|
2019-12-16 12:15:20 +00:00
|
|
|
-keepclassmembers class android.net.ip.IpServer {
|
|
|
|
static final int CMD_*;
|
|
|
|
}
|