You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
734 B

-keepclassmembers class android.net.ip.IpClient {
static final int CMD_*;
static final int EVENT_*;
}
-keepclassmembers class android.net.dhcp.DhcpClient {
static final int CMD_*;
static final int EVENT_*;
}
-keepclassmembers public class * extends com.android.networkstack.util.Struct {
*;
}
# The lite proto runtime uses reflection to access fields based on the names in
# the schema, keep all the fields.
# This replicates the base proguard rule used by the build by default
# (proguard_basic_keeps.flags), but needs to be specified here because the
# com.google.protobuf package is jarjared to the below package.
-keepclassmembers class * extends com.android.networkstack.protobuf.MessageLite { <fields>; }