Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81a9f1a6 authored by Paul Duffin's avatar Paul Duffin
Browse files

Add UpsideDownCake to aapt2 codenames

Bug: 269470863
Test: m checkbuild
Merged-In: I2b668d1cd875657b27a1d52bda21f238d7020862
Change-Id: Ic3a624a3d2696ecbbe9c079094362b01e8953365
parent 20aacbf0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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},