diff options
author | Ian Pedowitz <ijpedowitz@google.com> | 2019-05-15 17:59:43 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-05-15 17:59:43 -0700 |
commit | 203ac63ea6b8f63a4c886ab16f367af9f170a1dd (patch) | |
tree | ca7fd15aca602775f12131bb86c4a4df0efaa815 /tools/aapt | |
parent | 9600d512fa09a81466071c1b648f60b9a45f7ccb (diff) | |
parent | a326dfb1e550162e5091aee9d1336f2198c8bafc (diff) |
Merge "Revert "Revert "Android Q is API 29""" into qt-dev
am: a326dfb1e5
Change-Id: I50abb7ed7a0c3730da90c4a6951971df1e4e6ef3
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 |