Only output annotations properties in snapshots for T+

Marks the `scopeProperties.AnnotationsZip` property as only being
supported on T builds and above.

Bug: 204763318
Test: m nothing
Change-Id: Ie59396287c08da77a6a1f15d4be202429e011e17
This commit is contained in:
Paul Duffin
2022-01-27 16:39:47 +00:00
parent 106a3a4bec
commit a54016c3ba
2 changed files with 53 additions and 1 deletions

View File

@@ -2808,7 +2808,7 @@ type scopeProperties struct {
StubsSrcJar android.Path
CurrentApiFile android.Path
RemovedApiFile android.Path
AnnotationsZip android.Path
AnnotationsZip android.Path `supported_build_releases:"T+"`
SdkVersion string
}