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:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user