Support codename T in aapt2

Bug: 186121492
Test: treehugger
Change-Id: I3f136f505bce80d0eb7f8b0cca316041730a4580
This commit is contained in:
Colin Cross
2021-05-13 16:32:15 -07:00
parent c4099ac074
commit a1250b59ab

View File

@@ -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 = {