Use Tiramisu instead of T in supported_build_releases

Make this consistent with how code names are used in the rest of Soong.

Bug: 204763318
Test: m nothing
Change-Id: I1f2f40310df9d619db6aaaad3ed7339bb5e79194
Merged-In: I1f2f40310df9d619db6aaaad3ed7339bb5e79194
(cherry picked from commit e7babdbfe1)
This commit is contained in:
Paul Duffin
2022-02-10 13:06:54 +00:00
parent 7a57bb1063
commit 9b4eab604d
3 changed files with 7 additions and 7 deletions

View File

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