diff options
author | 2022-02-10 13:06:54 +0000 | |
---|---|---|
committer | 2022-02-10 13:06:54 +0000 | |
commit | e7babdbfe14abb57aacd36f8d92a8af9efaa7a97 (patch) | |
tree | 4f696f53fc3115237499e88ad6d0bb842bc7a367 /sdk/build_release.go | |
parent | db07f002b8dae61878ed34b62c039da52df6f346 (diff) |
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
Diffstat (limited to 'sdk/build_release.go')
-rw-r--r-- | sdk/build_release.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdk/build_release.go b/sdk/build_release.go index 2bcdc6f57..4c2277e85 100644 --- a/sdk/build_release.go +++ b/sdk/build_release.go @@ -85,7 +85,7 @@ var ( // Add the build releases from oldest to newest. buildReleaseS = initBuildRelease("S") - buildReleaseT = initBuildRelease("T") + buildReleaseT = initBuildRelease("Tiramisu") ) // initBuildRelease creates a new build release with the specified name. |