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/aapt | |
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/aapt')
-rw-r--r-- | tools/aapt/SdkConstants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aapt/SdkConstants.h b/tools/aapt/SdkConstants.h index c1fcf5cad240..27ffcdf52168 100644 --- a/tools/aapt/SdkConstants.h +++ b/tools/aapt/SdkConstants.h @@ -44,6 +44,7 @@ enum { SDK_O = 26, SDK_O_MR1 = 27, SDK_P = 28, + SDK_Q = 29, }; #endif // H_AAPT_SDK_CONSTANTS |