Add VanillaIceCream to aapt2 codenames
Bug: 264658905 Test: m checkbuild Change-Id: Ia8bd807ab25260ff6716e2aea36e4d3e8567eb22
This commit is contained in:
@@ -26,8 +26,8 @@ using android::StringPiece;
|
|||||||
namespace aapt {
|
namespace aapt {
|
||||||
|
|
||||||
static ApiVersion sDevelopmentSdkLevel = 10000;
|
static ApiVersion sDevelopmentSdkLevel = 10000;
|
||||||
static const auto sDevelopmentSdkCodeNames =
|
static const auto sDevelopmentSdkCodeNames = std::unordered_set<StringPiece>(
|
||||||
std::unordered_set<StringPiece>({"Q", "R", "S", "Sv2", "Tiramisu", "UpsideDownCake"});
|
{"Q", "R", "S", "Sv2", "Tiramisu", "UpsideDownCake", "VanillaIceCream"});
|
||||||
|
|
||||||
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