Merge "Clarify how metalava @SuppressLint works" am: c2d8fa0515

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1715433

Change-Id: Ifa4152a44576ec51db1f6b6e737efac7ad44cd1c
This commit is contained in:
Treehugger Robot
2021-05-25 00:39:56 +00:00
committed by Automerger Merge Worker

View File

@@ -546,7 +546,8 @@ func (d *Droidstubs) GenerateAndroidBuildActions(ctx android.ModuleContext) {
`\n` +
`If it is not possible to do so, there are workarounds:\n` +
`\n` +
`1. You can suppress the errors with @SuppressLint("<id>")\n`
`1. You can suppress the errors with @SuppressLint("<id>")\n` +
` where the <id> is given in brackets in the error message above.\n`
if baselineFile.Valid() {
cmd.FlagWithInput("--baseline:api-lint ", baselineFile.Path())