Snap for 12991197 from 49c3d392ad to 25Q2-release
Change-Id: I35c42e11115b922f2b21949b12a5094e454c097e
This commit is contained in:
@@ -32,6 +32,7 @@ messaging_java_defaults {
|
|||||||
soong_config_variables: {
|
soong_config_variables: {
|
||||||
build_variant_eng: {
|
build_variant_eng: {
|
||||||
optimize: {
|
optimize: {
|
||||||
|
keep_runtime_invisible_annotations: true,
|
||||||
proguard_flags_files: [
|
proguard_flags_files: [
|
||||||
"proguard.flags",
|
"proguard.flags",
|
||||||
"proguard-test.flags",
|
"proguard-test.flags",
|
||||||
@@ -39,6 +40,7 @@ messaging_java_defaults {
|
|||||||
},
|
},
|
||||||
conditions_default: {
|
conditions_default: {
|
||||||
optimize: {
|
optimize: {
|
||||||
|
keep_runtime_invisible_annotations: true,
|
||||||
proguard_flags_files: [
|
proguard_flags_files: [
|
||||||
"proguard.flags",
|
"proguard.flags",
|
||||||
"proguard-release.flags",
|
"proguard-release.flags",
|
||||||
|
|||||||
@@ -14,7 +14,12 @@
|
|||||||
#
|
#
|
||||||
# Keep enough data for stack traces
|
# Keep enough data for stack traces
|
||||||
-renamesourcefileattribute SourceFile
|
-renamesourcefileattribute SourceFile
|
||||||
-keepattributes SourceFile,LineNumberTable,*Annotation*
|
-keepattributes SourceFile,
|
||||||
|
LineNumberTable,
|
||||||
|
RuntimeVisibleAnnotations,
|
||||||
|
RuntimeVisibleParameterAnnotations,
|
||||||
|
RuntimeVisibleTypeAnnotations,
|
||||||
|
AnnotationDefault
|
||||||
|
|
||||||
# Keep classes and methods that have the guava @VisibleForTesting annotation
|
# Keep classes and methods that have the guava @VisibleForTesting annotation
|
||||||
# TODO(b/373579455): Evaluate if <init> needs to be kept.
|
# TODO(b/373579455): Evaluate if <init> needs to be kept.
|
||||||
|
|||||||
Reference in New Issue
Block a user