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

Skip to content
Snippets Groups Projects
Commit b33fb8a7 authored by Dave Mankoff's avatar Dave Mankoff Committed by Automerger Merge Worker
Browse files

Merge "Ensure proguard doesn't over-optimize Flags Library." into tm-qpr-dev am: 833608c8

parents 7969111e 833608c8
No related branches found
No related tags found
No related merge requests found
...@@ -91,6 +91,9 @@ java_library { ...@@ -91,6 +91,9 @@ java_library {
static_libs: [ static_libs: [
"SystemUI-flag-types", "SystemUI-flag-types",
], ],
optimize: {
proguard_flags_files: ["proguard_flags.flags"],
},
java_version: "1.8", java_version: "1.8",
min_sdk_version: "current", min_sdk_version: "current",
} }
-keep class * implements com.android.systemui.flags.ParcelableFlag
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment