Do not keep runtime invisible annotations in proguard.flags am: b0f8c82e37
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Messaging/+/3455602 Change-Id: I5c7bcb5fbf8a125fa2993f1da79c6e2ae50ba623 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
committed by
Automerger Merge Worker
commit
817de4cf62
@@ -32,6 +32,7 @@ messaging_java_defaults {
|
||||
soong_config_variables: {
|
||||
build_variant_eng: {
|
||||
optimize: {
|
||||
keep_runtime_invisible_annotations: true,
|
||||
proguard_flags_files: [
|
||||
"proguard.flags",
|
||||
"proguard-test.flags",
|
||||
@@ -39,6 +40,7 @@ messaging_java_defaults {
|
||||
},
|
||||
conditions_default: {
|
||||
optimize: {
|
||||
keep_runtime_invisible_annotations: true,
|
||||
proguard_flags_files: [
|
||||
"proguard.flags",
|
||||
"proguard-release.flags",
|
||||
|
||||
@@ -14,7 +14,12 @@
|
||||
#
|
||||
# Keep enough data for stack traces
|
||||
-renamesourcefileattribute SourceFile
|
||||
-keepattributes SourceFile,LineNumberTable,*Annotation*
|
||||
-keepattributes SourceFile,
|
||||
LineNumberTable,
|
||||
RuntimeVisibleAnnotations,
|
||||
RuntimeVisibleParameterAnnotations,
|
||||
RuntimeVisibleTypeAnnotations,
|
||||
AnnotationDefault
|
||||
|
||||
# Keep classes and methods that have the guava @VisibleForTesting annotation
|
||||
# TODO(b/373579455): Evaluate if <init> needs to be kept.
|
||||
|
||||
Reference in New Issue
Block a user