Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7936210c authored by Colin Cross's avatar Colin Cross Committed by Android (Google) Code Review
Browse files

Merge "Add Sv2 to aapt2 codenames" into sc-v2-dev

parents e452bd66 06be0817
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -27,7 +27,7 @@ namespace aapt {


static ApiVersion sDevelopmentSdkLevel = 10000;
static ApiVersion sDevelopmentSdkLevel = 10000;
static const auto sDevelopmentSdkCodeNames = std::unordered_set<StringPiece>({
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 = {
static const std::vector<std::pair<uint16_t, ApiVersion>> sAttrIdMap = {