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 Joey Huab
parent d09c89756d
commit fe5302d395
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.* {
*;
}