Add Sv2 to aapt2 codenames

Bug: 193674948
Test: m checkbuild
Change-Id: Ibf94bae9be5767ffa1422e4d9800cc862dd64ffd
This commit is contained in:
Colin Cross
2021-08-03 13:56:11 -07:00
parent bce33c97d4
commit 2fb12c777d

View File

@@ -27,7 +27,7 @@ namespace aapt {
static ApiVersion sDevelopmentSdkLevel = 10000;
static const auto sDevelopmentSdkCodeNames =
std::unordered_set<StringPiece>({"Q", "R", "S", "Tiramisu"});
std::unordered_set<StringPiece>({"Q", "R", "S", "Sv2", "Tiramisu"});
static const std::vector<std::pair<uint16_t, ApiVersion>> sAttrIdMap = {
{0x021c, 1},