Remove support for unsandboxed metalava

Everything is running in the sandbox, remove the unsandboxed support.

Bug: 153703940
Test: m checkbuild
Change-Id: I811b8a0ad37143518c120367dd20b2b6aa011570
This commit is contained in:
Colin Cross
2021-03-30 16:40:48 -07:00
parent d47f4ac828
commit 8095c29597
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 {