Remove jdiff support from droiddoc
There are no users of this flag anymore. Bug: 158465496 Test: m Change-Id: I8e4af0a7863f6f4ebfc21997c9d72a6745081433
This commit is contained in:
@@ -556,9 +556,6 @@ func (dstubs *Droidstubs) AndroidMkEntries() []android.AndroidMkEntries {
|
||||
if dstubs.annotationsZip != nil {
|
||||
entries.SetPath("LOCAL_DROIDDOC_ANNOTATIONS_ZIP", dstubs.annotationsZip)
|
||||
}
|
||||
if dstubs.jdiffDocZip != nil {
|
||||
entries.SetPath("LOCAL_DROIDDOC_JDIFF_DOC_ZIP", dstubs.jdiffDocZip)
|
||||
}
|
||||
if dstubs.metadataZip != nil {
|
||||
entries.SetPath("LOCAL_DROIDDOC_METADATA_ZIP", dstubs.metadataZip)
|
||||
}
|
||||
|
Reference in New Issue
Block a user