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