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
Merged-In: Ie59396287c08da77a6a1f15d4be202429e011e17
Change-Id: Ie59396287c08da77a6a1f15d4be202429e011e17
(cherry picked from commit a54016c3ba)
This commit is contained in:
Paul Duffin
2022-01-27 16:39:47 +00:00
parent 56f266d22c
commit 7a57bb1063
2 changed files with 53 additions and 1 deletions

View File

@@ -2562,7 +2562,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
}