Merge "Disable kotlin -checkdiscard rule" into main am: 7faf630b7c
Original change: https://android-review.googlesource.com/c/platform/build/+/3070709 Change-Id: Icc9652ea8fa25a2261fbb076c7fd193b49a39be2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -10,7 +10,9 @@
|
||||
|
||||
# Kotlin DebugMetadata has no value in release builds, these two rules, will
|
||||
# allow AppReduce to strip out DebutMetadata.
|
||||
-checkdiscard interface kotlin.coroutines.jvm.internal.DebugMetadata
|
||||
# TODO(b/302383328): Restore the below checkdiscard after resolving transitive
|
||||
# inclusion of kotlin-stdlib from androidx.annotation library deps.
|
||||
# -checkdiscard interface kotlin.coroutines.jvm.internal.DebugMetadata
|
||||
-assumenosideeffects class kotlin.coroutines.jvm.internal.DebugMetadataKt {
|
||||
*** getDebugMetadataAnnotation(...);
|
||||
}
|
||||
|
Reference in New Issue
Block a user