Merge "Rename T to Tiramisu" into sc-dev-plus-aosp am: 001565f2a5

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

Change-Id: Icea8a266c1a5ca1c3b91680e9f0bf942c215623a
This commit is contained in:
Colin Cross
2021-07-26 19:21:59 +00:00
committed by Automerger Merge Worker

View File

@@ -26,9 +26,8 @@ using android::StringPiece;
namespace aapt {
static ApiVersion sDevelopmentSdkLevel = 10000;
static const auto sDevelopmentSdkCodeNames = std::unordered_set<StringPiece>({
"Q", "R", "S", "T"
});
static const auto sDevelopmentSdkCodeNames =
std::unordered_set<StringPiece>({"Q", "R", "S", "Tiramisu"});
static const std::vector<std::pair<uint16_t, ApiVersion>> sAttrIdMap = {
{0x021c, 1},