commit | 534f29822a264f75a4ce058a663229185998a3a8 | [log] [tgz] |
---|---|---|
author | Michael Wright <michaelwr@google.com> | Thu Oct 28 17:05:25 2021 +0100 |
committer | Michael Wright <michaelwr@google.com> | Tue Nov 02 11:58:24 2021 +0000 |
tree | 28ebccae7c5d5f45e7afb3c45398f188d543ecdb | |
parent | 7d16f0b5312282c6635de88a598d4bdaf5e66b76 [diff] [blame] |
Update AAPT for S V2. Bug: 204295952 Test: N/A Change-Id: I14f5d90ae913248e0c9f5776963fa5f66c4f6a7a
diff --git a/tools/aapt2/SdkConstants.cpp b/tools/aapt2/SdkConstants.cpp index 0bbde62..8ea43abf 100644 --- a/tools/aapt2/SdkConstants.cpp +++ b/tools/aapt2/SdkConstants.cpp
@@ -59,6 +59,7 @@ {0x0606, SDK_Q}, {0x0616, SDK_R}, {0x064b, SDK_S}, + {0x064c, SDK_S_V2}, }; static bool less_entry_id(const std::pair<uint16_t, ApiVersion>& p, uint16_t entryId) {