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

Commit 13ec42c4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Catalyst] Add proguard rule to avoid class name obfuscation on...

Merge "[Catalyst] Add proguard rule to avoid class name obfuscation on PreferenceCoordinate" into main
parents d9a023d1 f05e3b9b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -19,4 +19,7 @@ android_library {
        "androidx.fragment_fragment",
    ],
    kotlincflags: ["-Xjvm-default=all"],
    optimize: {
        proguard_flags_files: ["proguard.pgcfg"],
    },
}
+8 −0
Original line number Diff line number Diff line
# Preserve names for IPC codec to support unmarshalling Parcelable
-keepnames class com.android.settingslib.metadata.PreferenceCoordinate {
  public static final ** CREATOR;
}

-keepnames class com.android.settingslib.metadata.PreferenceScreenCoordinate {
  public static final ** CREATOR;
}