Add jdiff support for Soong
Test: api-stubs-docs-diff Bug: b/78245848 Change-Id: I069f6f8b1f9aa74ae1425cd5b792643d05b26820
This commit is contained in:
@@ -397,6 +397,9 @@ func (dstubs *Droidstubs) AndroidMk() android.AndroidMkData {
|
||||
if dstubs.annotationsZip != nil {
|
||||
fmt.Fprintln(w, "LOCAL_DROIDDOC_ANNOTATIONS_ZIP := ", dstubs.annotationsZip.String())
|
||||
}
|
||||
if dstubs.jdiffDocZip != nil {
|
||||
fmt.Fprintln(w, "LOCAL_DROIDDOC_JDIFF_DOC_ZIP := ", dstubs.jdiffDocZip.String())
|
||||
}
|
||||
if dstubs.checkCurrentApiTimestamp != nil {
|
||||
fmt.Fprintln(w, ".PHONY:", dstubs.Name()+"-check-current-api")
|
||||
fmt.Fprintln(w, dstubs.Name()+"-check-current-api:",
|
||||
|
Reference in New Issue
Block a user