Add Sv2 to aapt2 codenames
Bug: 193674948 Test: m checkbuild Merged-In: I3f136f505bce80d0eb7f8b0cca316041730a4580 Change-Id: Ibf94bae9be5767ffa1422e4d9800cc862dd64ffd
This commit is contained in:
@@ -27,7 +27,7 @@ namespace aapt {
|
||||
|
||||
static ApiVersion sDevelopmentSdkLevel = 10000;
|
||||
static const auto sDevelopmentSdkCodeNames = std::unordered_set<StringPiece>({
|
||||
"Q", "R", "S"
|
||||
"Q", "R", "S", "Sv2"
|
||||
});
|
||||
|
||||
static const std::vector<std::pair<uint16_t, ApiVersion>> sAttrIdMap = {
|
||||
|
||||
Reference in New Issue
Block a user