platform_frameworks_base/tests/SharedLibrary/lib/proguard.proguard

8 lines
204 B
Plaintext
Raw Permalink Normal View History

2022-11-24 11:41:42 +08:00
-keepparameternames
-keepattributes Exceptions,InnerClasses,Signature,Deprecated,
SourceFile,LineNumberTable,*Annotation*,EnclosingMethod
-keep public class * {
public protected *;
}