commit | 7c5f4337fd0b1fbcfe94b035601c67b1e7f47a2e | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <[email protected]> | Thu May 27 09:26:59 2021 -0600 |
committer | Jeff Sharkey <[email protected]> | Tue Jun 01 06:48:51 2021 -0600 |
tree | 278b080be1b56d276b8363ad717e07fa579b577a | |
parent | 1dfd948440af4fa2e859b698cb0fa1770c89d4ee [diff] [blame] |
platform/frameworks/base/ - S is now 31 Bug: 171506470 Test: Build Change-Id: I46d4df5f27783a96a58c966b113391ea3bc112cb
diff --git a/tools/aapt/SdkConstants.h b/tools/aapt/SdkConstants.h index 04fbbe1..955581c 100644 --- a/tools/aapt/SdkConstants.h +++ b/tools/aapt/SdkConstants.h
@@ -46,6 +46,7 @@ SDK_P = 28, SDK_Q = 29, SDK_R = 30, + SDK_S = 31, }; #endif // H_AAPT_SDK_CONSTANTS