mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-11 06:44:00 +00:00
Keep all public functions in classes annotated with ProvidesInterface
This commit is contained in:
5
proguard.pro
vendored
5
proguard.pro
vendored
@@ -9,6 +9,11 @@
|
||||
# Remove some Kotlin overhead
|
||||
-processkotlinnullchecks remove
|
||||
|
||||
# Keep all public functions in classes annotated with ProvidesInterface
|
||||
-keep,allowoptimization @com.android.systemui.plugins.annotations.ProvidesInterface class * {
|
||||
public *;
|
||||
}
|
||||
|
||||
# Lawnchair specific rules.
|
||||
-keep class app.lawnchair.LawnchairProto$* { *; }
|
||||
-keep class app.lawnchair.LawnchairApp { *; }
|
||||
|
||||
Reference in New Issue
Block a user