diff options
author | 2021-03-30 16:40:48 -0700 | |
---|---|---|
committer | 2021-03-31 13:17:42 -0700 | |
commit | 8095c29597589e44da41b3f2b804d73410b69049 (patch) | |
tree | 2895f2f5df03a64aebcd5f2bae42620297fa84ba /java/droiddoc.go | |
parent | d47f4ac8286ab6d810dacb73a953b6b8db95071c (diff) |
Remove support for unsandboxed metalava
Everything is running in the sandbox, remove the unsandboxed support.
Bug: 153703940
Test: m checkbuild
Change-Id: I811b8a0ad37143518c120367dd20b2b6aa011570
Diffstat (limited to 'java/droiddoc.go')
-rw-r--r-- | java/droiddoc.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/java/droiddoc.go b/java/droiddoc.go index f7595b1fc..44308d9a3 100644 --- a/java/droiddoc.go +++ b/java/droiddoc.go @@ -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 { |