Merge "Add Sv2 to aapt2 codenames" into sc-v2-dev-plus-aosp am: 831d3e804c

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

Change-Id: If5a7e8df6f0a11e32ace33ae8473e4f417c78ddb
This commit is contained in:
Colin Cross
2021-08-06 18:39:00 +00:00
committed by Automerger Merge Worker

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},