Merge "Stop suppressing the ChangedDefault error" into main am: d69b5ff1b2
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2818838 Change-Id: I28b3f68058d8f5e4951ef2e845906dbbe873bbfd Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -24,8 +24,6 @@ var (
|
||||
"--repeat-errors-max 10",
|
||||
"--hide UnresolvedImport",
|
||||
"--hide InvalidNullabilityOverride",
|
||||
// b/223382732
|
||||
"--hide ChangedDefault",
|
||||
|
||||
// Force metalava to ignore classes on the classpath when an API file contains missing classes.
|
||||
// See b/285140653 for more information.
|
||||
@@ -54,8 +52,6 @@ var (
|
||||
"--hide AnnotationExtraction",
|
||||
// b/222738070
|
||||
"--hide BannedThrow",
|
||||
// b/223382732
|
||||
"--hide ChangedDefault",
|
||||
}
|
||||
|
||||
MetalavaAnnotationsWarningsFlags = strings.Join(metalavaAnnotationsWarningsFlags, " ")
|
||||
|
Reference in New Issue
Block a user