frameworks/base/packages/ExtShared/proguard.proguard

8 lines
204 B
Plaintext
Raw Normal View History

2025-08-25 08:17:13 +08:00
-keepparameternames
-keepattributes Exceptions,InnerClasses,Signature,Deprecated,
SourceFile,LineNumberTable,*Annotation*,EnclosingMethod
-keep public class * {
public protected *;
}