Merge "Add docs.zip output tag to droiddoc"
This commit is contained in:
commit
80f8d8cd2d
1 changed files with 2 additions and 0 deletions
|
@ -359,6 +359,8 @@ func (j *Javadoc) OutputFiles(tag string) (android.Paths, error) {
|
|||
switch tag {
|
||||
case "":
|
||||
return android.Paths{j.stubsSrcJar}, nil
|
||||
case ".docs.zip":
|
||||
return android.Paths{j.docZip}, nil
|
||||
default:
|
||||
return nil, fmt.Errorf("unsupported module reference tag %q", tag)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue