Rename T to Tiramisu
PLATFORM_VERSION_CODENAME is being updated from T to Tiramisu. Bug: 186121492 Bug: 194055070 Test: m checkbuild Change-Id: I6882018a916dc1c71abc442068cb54fb9c42ff3c Merged-In: I6882018a916dc1c71abc442068cb54fb9c42ff3c
This commit is contained in:
@@ -26,9 +26,8 @@ using android::StringPiece;
|
|||||||
namespace aapt {
|
namespace aapt {
|
||||||
|
|
||||||
static ApiVersion sDevelopmentSdkLevel = 10000;
|
static ApiVersion sDevelopmentSdkLevel = 10000;
|
||||||
static const auto sDevelopmentSdkCodeNames = std::unordered_set<StringPiece>({
|
static const auto sDevelopmentSdkCodeNames =
|
||||||
"Q", "R", "S", "T"
|
std::unordered_set<StringPiece>({"Q", "R", "S", "Tiramisu"});
|
||||||
});
|
|
||||||
|
|
||||||
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