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

Commit d23ca3d8 authored by Colin Cross's avatar Colin Cross Committed by Automerger Merge Worker
Browse files

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

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

Change-Id: If5a7e8df6f0a11e32ace33ae8473e4f417c78ddb
parents d273ab14 831d3e80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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},