blob: af4262a4eea74cf3639df1cda877e5f4adb6519c [file] [log] [blame]
Remi NGUYEN VAN776d7f72019-03-26 14:58:08 +09001-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}
Remi NGUYEN VANe7c00c42020-06-22 18:50:20 +090010
11# The lite proto runtime uses reflection to access fields based on the names in
12# the schema, keep all the fields.
13# This replicates the base proguard rule used by the build by default
14# (proguard_basic_keeps.flags), but needs to be specified here because the
15# com.google.protobuf package is jarjared to the below package.
16-keepclassmembers class * extends com.android.networkstack.protobuf.MessageLite { <fields>; }