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

Commit 0df037d6 authored by Colin Cross's avatar Colin Cross Committed by Automerger Merge Worker
Browse files

Merge "Support codename T in aapt2" am: ff7bba27 am: 90b46390

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1715428

Change-Id: I6a9db68648a48c06bb0af370577b185d4cdcad04
parents 9e2e3c3c 90b46390
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 = {