projects
/
GitHub
/
LineageOS
/
android_hardware_samsung.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7dad9c
)
samsung: doze: Clean up proguard flags
author
Bruno Martins
<bgcngm@gmail.com>
Mon, 2 Sep 2019 09:15:57 +0000
(10:15 +0100)
committer
Jan Altensen
<info@stricted.net>
Fri, 20 Mar 2020 13:56:51 +0000
(14:56 +0100)
Change-Id: If0250fb629417d36c2af7286bc0620e682c4576e
doze/proguard.flags
patch
|
blob
|
blame
|
history
diff --git
a/doze/proguard.flags
b/doze/proguard.flags
index 37c5c9122934f42a42da9818f236fee8d37877da..f6d7a5b0b1d732016fce62bbfdfc4e6b14e92913 100644
(file)
--- a/
doze/proguard.flags
+++ b/
doze/proguard.flags
@@
-1,9
+1,3
@@
-keep class org.lineageos.settings.doze.* {
*;
}
-
--keepclasseswithmembers class * {
- public <init>(android.content.Context, android.util.AttributeSet);
-}
-
--keep class ** extends android.support.v14.preference.PreferenceFragment