Fix proguard rules for Struct in NetworkStack am: 9a82bbf368 am: 9aaeab539b

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1674688

Change-Id: I815875d909142ae2b1d860a3009daeafad23ab8c
This commit is contained in:
Remi NGUYEN VAN
2021-04-14 05:45:19 +00:00
committed by Automerger Merge Worker

View File

@@ -9,7 +9,7 @@
}
-keepclassmembers public class * extends com.android.networkstack.tethering.util.Struct {
public <init>(...);
*;
}
-keepclassmembers class android.net.ip.IpServer {