diff options
author | 2021-07-20 13:58:13 -0700 | |
---|---|---|
committer | 2021-07-20 21:28:40 +0000 | |
commit | 767684f3e0814fe5212328645e4246eee46efad6 (patch) | |
tree | 9a8d0e14561c533e928bf6956f6259333fee173f /tools/aapt2/SdkConstants.cpp | |
parent | 713be8e4d571bd17e578d4ba007f21de2750b1b5 (diff) |
Rename T to Tiramisu
PLATFORM_VERSION_CODENAME is being updated from T to Tiramisu.
Bug: 186121492
Bug: 194055070
Test: m checkbuild
Change-Id: I6882018a916dc1c71abc442068cb54fb9c42ff3c
Diffstat (limited to 'tools/aapt2/SdkConstants.cpp')
-rw-r--r-- | tools/aapt2/SdkConstants.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/aapt2/SdkConstants.cpp b/tools/aapt2/SdkConstants.cpp index f7a5ba1f161d..ea886dbc2218 100644 --- a/tools/aapt2/SdkConstants.cpp +++ b/tools/aapt2/SdkConstants.cpp @@ -26,9 +26,8 @@ using android::StringPiece; namespace aapt { static ApiVersion sDevelopmentSdkLevel = 10000; -static const auto sDevelopmentSdkCodeNames = std::unordered_set<StringPiece>({ - "Q", "R", "S", "T" -}); +static const auto sDevelopmentSdkCodeNames = + std::unordered_set<StringPiece>({"Q", "R", "S", "Tiramisu"}); static const std::vector<std::pair<uint16_t, ApiVersion>> sAttrIdMap = { {0x021c, 1}, |