diff options
author | 2021-10-28 17:05:25 +0100 | |
---|---|---|
committer | 2021-11-02 11:58:24 +0000 | |
commit | 534f29822a264f75a4ce058a663229185998a3a8 (patch) | |
tree | 28ebccae7c5d5f45e7afb3c45398f188d543ecdb /tools/aapt2/SdkConstants.cpp | |
parent | 7d16f0b5312282c6635de88a598d4bdaf5e66b76 (diff) |
Update AAPT for S V2.
Bug: 204295952
Test: N/A
Change-Id: I14f5d90ae913248e0c9f5776963fa5f66c4f6a7a
Diffstat (limited to 'tools/aapt2/SdkConstants.cpp')
-rw-r--r-- | tools/aapt2/SdkConstants.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aapt2/SdkConstants.cpp b/tools/aapt2/SdkConstants.cpp index 0bbde62728cf..8ea43abff895 100644 --- a/tools/aapt2/SdkConstants.cpp +++ b/tools/aapt2/SdkConstants.cpp @@ -59,6 +59,7 @@ static const std::vector<std::pair<uint16_t, ApiVersion>> sAttrIdMap = { {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) { |