diff options
| author | 2023-11-15 00:11:19 +0000 | |
|---|---|---|
| committer | 2023-11-15 00:11:19 +0000 | |
| commit | 6fdef47172ddcb6b2073ab9ed8479e014949ffd7 (patch) | |
| tree | c73d086712f0e2653e904d62a9202685a3a40365 | |
| parent | 3fc4d3967e6f74ee11bafb1cde34b2ea4ba21d99 (diff) | |
| parent | b3c83d3c875596aa78608314860dabca27fe1615 (diff) | |
Merge "Relax system_server keep rules" into main
| -rw-r--r-- | services/proguard.flags | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/services/proguard.flags b/services/proguard.flags index 57afac308dc9..84f2a52a2b22 100644 --- a/services/proguard.flags +++ b/services/proguard.flags @@ -45,10 +45,6 @@ public static void write(...); } -# Binder interfaces --keep,allowoptimization,allowaccessmodification class * extends android.os.IInterface --keep,allowoptimization,allowaccessmodification class * extends android.os.IHwInterface - # Various classes subclassed in or referenced via JNI in ethernet-service -keep public class android.net.** { *; } -keep,allowoptimization,allowaccessmodification class com.android.net.module.util.* { *; } |