Loading tests/SharedLibrary/lib/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ android_app { export_package_resources: true, privileged: true, optimize: { keep_runtime_invisible_annotations: true, proguard_flags_files: ["proguard.proguard"], }, } tests/SharedLibrary/lib/proguard.proguard +3 −1 Original line number Diff line number Diff line -keepparameternames -keepattributes Exceptions,InnerClasses,Signature,Deprecated, SourceFile,LineNumberTable,*Annotation*,EnclosingMethod SourceFile,LineNumberTable,EnclosingMethod, RuntimeVisibleAnnotations,RuntimeVisibleParameterAnnotations, RuntimeVisibleTypeAnnotations,AnnotationDefault -keep public class * { public protected *; Loading Loading
tests/SharedLibrary/lib/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ android_app { export_package_resources: true, privileged: true, optimize: { keep_runtime_invisible_annotations: true, proguard_flags_files: ["proguard.proguard"], }, }
tests/SharedLibrary/lib/proguard.proguard +3 −1 Original line number Diff line number Diff line -keepparameternames -keepattributes Exceptions,InnerClasses,Signature,Deprecated, SourceFile,LineNumberTable,*Annotation*,EnclosingMethod SourceFile,LineNumberTable,EnclosingMethod, RuntimeVisibleAnnotations,RuntimeVisibleParameterAnnotations, RuntimeVisibleTypeAnnotations,AnnotationDefault -keep public class * { public protected *; Loading