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

Commit a0029778 authored by Colin Cross's avatar Colin Cross Committed by Steven Moreland
Browse files

Add VanillaIceCream to aapt2 codenames

Bug: 264658905
Test: m checkbuild
Merged-In: Ia8bd807ab25260ff6716e2aea36e4d3e8567eb22
Change-Id: Ia8bd807ab25260ff6716e2aea36e4d3e8567eb22
parent 067dd3e1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,8 +26,8 @@ using android::StringPiece;
namespace aapt {

static ApiVersion sDevelopmentSdkLevel = 10000;
static const auto sDevelopmentSdkCodeNames =
    std::unordered_set<StringPiece>({"Q", "R", "S", "Sv2", "Tiramisu", "UpsideDownCake"});
static const auto sDevelopmentSdkCodeNames = std::unordered_set<StringPiece>(
    {"Q", "R", "S", "Sv2", "Tiramisu", "UpsideDownCake", "VanillaIceCream"});

static const std::vector<std::pair<uint16_t, ApiVersion>> sAttrIdMap = {
    {0x021c, 1},