Merge "Update exportable to handle documentation issues being errors" into main am: 1d903eb078

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

Change-Id: I16ec61988da6f1fb9f93d8e89979036a1b0eb402
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2024-05-31 18:11:10 +00:00 committed by Automerger Merge Worker
commit e17b902d8d

View file

@ -1153,6 +1153,9 @@ func (d *Droidstubs) optionalStubCmd(ctx android.ModuleContext, params stubsComm
}
}
// Treat documentation issues as warnings, but error when new.
cmd.Flag("--error-when-new-category").Flag("Documentation")
if params.stubConfig.generateStubs {
rule.Command().
BuiltTool("soong_zip").