Merge "Support codename T in aapt2"

This commit is contained in:
Colin Cross
2021-06-01 23:27:30 +00:00
committed by Gerrit Code Review

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