From 534f29822a264f75a4ce058a663229185998a3a8 Mon Sep 17 00:00:00 2001 From: Michael Wright Date: Thu, 28 Oct 2021 17:05:25 +0100 Subject: Update AAPT for S V2. Bug: 204295952 Test: N/A Change-Id: I14f5d90ae913248e0c9f5776963fa5f66c4f6a7a --- tools/aapt2/SdkConstants.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/aapt2/SdkConstants.cpp') 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> sAttrIdMap = { {0x0606, SDK_Q}, {0x0616, SDK_R}, {0x064b, SDK_S}, + {0x064c, SDK_S_V2}, }; static bool less_entry_id(const std::pair& p, uint16_t entryId) { -- cgit v1.2.3-59-g8ed1b