From 7c5f4337fd0b1fbcfe94b035601c67b1e7f47a2e Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Thu, 27 May 2021 09:26:59 -0600 Subject: platform/frameworks/base/ - S is now 31 Bug: 171506470 Test: Build Change-Id: I46d4df5f27783a96a58c966b113391ea3bc112cb --- tools/aapt2/SdkConstants.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/aapt2/SdkConstants.cpp') diff --git a/tools/aapt2/SdkConstants.cpp b/tools/aapt2/SdkConstants.cpp index e8873bf2d81b..96f6512fe7f5 100644 --- a/tools/aapt2/SdkConstants.cpp +++ b/tools/aapt2/SdkConstants.cpp @@ -58,7 +58,8 @@ static const std::vector> sAttrIdMap = { {0x056d, SDK_O_MR1}, {0x0586, SDK_P}, {0x0606, SDK_Q}, - {0x0617, SDK_R}, + {0x0616, SDK_R}, + {0x064b, SDK_S}, }; static bool less_entry_id(const std::pair& p, uint16_t entryId) { -- cgit v1.2.3-59-g8ed1b