Merge "Add outputfiles tags for droidstubs api txts" am: 70bc545407
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1446800 Change-Id: Ib526b1cb47f0900900cb028011c864eb77e192c4
This commit is contained in:
commit
c9e7c18c40
1 changed files with 4 additions and 0 deletions
|
@ -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":
|
||||
|
|
Loading…
Reference in a new issue