1-keepclassmembers class android.net.ip.IpClient { 2 static final int CMD_*; 3 static final int EVENT_*; 4} 5 6-keepclassmembers class android.net.dhcp.DhcpClient { 7 static final int CMD_*; 8 static final int EVENT_*; 9} 10 11-keepclassmembers public class * extends com.android.networkstack.util.Struct { 12 *; 13} 14 15# The lite proto runtime uses reflection to access fields based on the names in 16# the schema, keep all the fields. 17# This replicates the base proguard rule used by the build by default 18# (proguard_basic_keeps.flags), but needs to be specified here because the 19# com.google.protobuf package is jarjared to the below package. 20-keepclassmembers class * extends com.android.networkstack.protobuf.MessageLite { <fields>; } 21