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

Commit 318e6456 authored by Xin Li's avatar Xin Li Committed by Gerrit Code Review
Browse files

Merge "Rename T to Tiramisu"

parents a9042d5a 1bb97985
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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},