Merge "Add outputfiles tags for droidstubs api txts"

This commit is contained in:
Anton Hansson 2020-10-07 09:54:43 +00:00 committed by Gerrit Code Review
commit 70bc545407

View file

@ -1064,6 +1064,10 @@ func (d *Droidstubs) OutputFiles(tag string) (android.Paths, error) {
return android.Paths{d.stubsSrcJar}, nil
case ".docs.zip":
return android.Paths{d.docZip}, nil
case ".api.txt":
return android.Paths{d.apiFilePath}, nil
case ".removed-api.txt":
return android.Paths{d.removedApiFile}, nil
case ".annotations.zip":
return android.Paths{d.annotationsZip}, nil
case ".api_versions.xml":