Merge "Remove support for unsandboxed metalava"

This commit is contained in:
Colin Cross
2021-04-05 23:23:00 +00:00
committed by Gerrit Code Review
3 changed files with 21 additions and 84 deletions

View File

@@ -98,10 +98,6 @@ type JavadocProperties struct {
// names of the output files used in args that will be generated
Out []string
// If set, metalava is sandboxed to only read files explicitly specified on the command
// line. Defaults to false.
Sandbox *bool
}
type ApiToCheck struct {