sm8350-common: parts: Get rid of proguard flags

This is obsolete.

Change-Id: I1b692d3e1a96c49ac6efd54907ea23c4b4494f7e
This commit is contained in:
Adithya R 2024-04-14 18:17:54 +05:30 committed by DigiGoon
parent 225d47017f
commit 4824df477f
2 changed files with 0 additions and 8 deletions

View file

@ -17,9 +17,4 @@ android_app {
static_libs: [
"org.lineageos.settings.resources",
],
optimize: {
proguard_flags_files: ["proguard.flags"],
},
}

View file

@ -1,3 +0,0 @@
-keep class org.lineageos.settings.doze.* {
*;
}