Export Api-versions.xml generated by Soong

Test: m -j
out/target/common/obj/PACKAGING/api-stubs-docs_generated-api-versions.xml
Bug: b/78245848

Change-Id: I951ac6294b1cdab3904009897efb8139c7c4f1a2
Merged-In: I951ac6294b1cdab3904009897efb8139c7c4f1a2
This commit is contained in:
Nan Zhang 2018-09-18 10:41:33 -07:00 committed by Colin Cross
parent fd20eade07
commit d23ac69a35
1 changed files with 3 additions and 0 deletions

View File

@ -394,6 +394,9 @@ func (dstubs *Droidstubs) AndroidMk() android.AndroidMkData {
if dstubs.Javadoc.stubsSrcJar != nil {
fmt.Fprintln(w, "LOCAL_DROIDDOC_STUBS_SRCJAR := ", dstubs.Javadoc.stubsSrcJar.String())
}
if dstubs.apiVersionsXml != nil {
fmt.Fprintln(w, "LOCAL_DROIDDOC_API_VERSIONS_XML := ", dstubs.apiVersionsXml.String())
}
if dstubs.annotationsZip != nil {
fmt.Fprintln(w, "LOCAL_DROIDDOC_ANNOTATIONS_ZIP := ", dstubs.annotationsZip.String())
}