blob: 864a28bb6e14e589e919fc9b5d0705666850f22c [file] [log] [blame]
# Keep JNI registered methods
-keepclasseswithmembers,includedescriptorclasses class * { native <methods>; }
# Keep classes extending structured message.
-keepclassmembers public class * extends **.com.android.net.module.util.Struct {
*;
}
-keepclassmembers class com.android.server.**,android.net.**,com.android.networkstack.** {
static final % POLICY_*;
static final % NOTIFY_TYPE_*;
static final % TRANSPORT_*;
static final % CMD_*;
static final % EVENT_*;
}