Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be3c8652 authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN
Browse files

Fix proguard rules for Struct in NetworkStack

All members of the Struct class need to be kept, not just the constructor.

Change-Id: I3cdd42e5eae4619c71691c3eb944cd7d967a6693
Fixes: 185282227
Test: atest NetworkStackCoverageTests on Q, R
parent 0be71aff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
}

-keepclassmembers public class * extends com.android.networkstack.util.Struct {
    public <init>(...);
    *;
}

# The lite proto runtime uses reflection to access fields based on the names in