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

Commit ff7bba27 authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

Merge "Support codename T in aapt2"

parents ce765a74 a1250b59
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"
    "Q", "R", "S", "T"
});

static const std::vector<std::pair<uint16_t, ApiVersion>> sAttrIdMap = {