diff options
author | Suprabh Shukla <suprabh@google.com> | 2019-04-29 14:16:01 -0700 |
---|---|---|
committer | Suprabh Shukla <suprabh@google.com> | 2019-05-01 14:11:18 -0700 |
commit | 8a3d1f96e1736c7e0493ebb71ed2904dffdebbfd (patch) | |
tree | c4417c57ccc5825b6425a93780e53c4d1f480980 /tools/aapt2/SdkConstants.h | |
parent | f6ed8afa405dfae445a16f7433e4d8a9f20115b9 (diff) |
RESTRICT AUTOMERGE Android Q is API 29
Time may be eternal, Captain, but our patience is not. It's time to put
an end to your trek through the stars.
Test: Builds, boots.
Bug: 131429032
Bug: 129975435
Change-Id: Ia2367124afb642dac0fb365e4fa096db1c648adb
Diffstat (limited to 'tools/aapt2/SdkConstants.h')
-rw-r--r-- | tools/aapt2/SdkConstants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aapt2/SdkConstants.h b/tools/aapt2/SdkConstants.h index 9fa29f25c29c..580daabbd577 100644 --- a/tools/aapt2/SdkConstants.h +++ b/tools/aapt2/SdkConstants.h @@ -54,6 +54,7 @@ enum : ApiVersion { SDK_O = 26, SDK_O_MR1 = 27, SDK_P = 28, + SDK_Q = 29, }; ApiVersion FindAttributeSdkLevel(const ResourceId& id); |