diff options
author | 2021-05-27 09:26:59 -0600 | |
---|---|---|
committer | 2021-06-01 06:48:51 -0600 | |
commit | 7c5f4337fd0b1fbcfe94b035601c67b1e7f47a2e (patch) | |
tree | 278b080be1b56d276b8363ad717e07fa579b577a /tools/aapt2/SdkConstants.cpp | |
parent | 1dfd948440af4fa2e859b698cb0fa1770c89d4ee (diff) |
platform/frameworks/base/ - S is now 31
Bug: 171506470
Test: Build
Change-Id: I46d4df5f27783a96a58c966b113391ea3bc112cb
Diffstat (limited to 'tools/aapt2/SdkConstants.cpp')
-rw-r--r-- | tools/aapt2/SdkConstants.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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<std::pair<uint16_t, ApiVersion>> 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<uint16_t, ApiVersion>& p, uint16_t entryId) { |