Add UpsideDownCake to aapt2 codenames

Bug: 269470863
Test: m checkbuild
Merged-In: I2b668d1cd875657b27a1d52bda21f238d7020862
Change-Id: Ic3a624a3d2696ecbbe9c079094362b01e8953365
This commit is contained in:
Paul Duffin
2023-02-22 16:22:15 +00:00
parent 20aacbf012
commit 81a9f1a693

View File

@@ -27,7 +27,7 @@ namespace aapt {
static ApiVersion sDevelopmentSdkLevel = 10000;
static const auto sDevelopmentSdkCodeNames =
std::unordered_set<StringPiece>({"Q", "R", "S", "Sv2", "Tiramisu"});
std::unordered_set<StringPiece>({"Q", "R", "S", "Sv2", "Tiramisu", "UpsideDownCake"});
static const std::vector<std::pair<uint16_t, ApiVersion>> sAttrIdMap = {
{0x021c, 1},