Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2eca9287 authored by Anton Hansson's avatar Anton Hansson Committed by Automerger Merge Worker
Browse files

Merge "Add outputfiles tags for droidstubs api txts" am: 70bc5454 am: c9e7c18c

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1446800

Change-Id: I93e489fd42c6addd9f0aedae17d8bb1d8340d908
parents 8a61f3ca c9e7c18c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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":