diff options
author | Zak Cohen <zakcohen@google.com> | 2016-12-12 15:21:21 -0800 |
---|---|---|
committer | Zak Cohen <zakcohen@google.com> | 2017-01-11 11:44:47 -0800 |
commit | 1a6acdbb86c3e72bdb0a4dcab3bda58cbc4ea34c (patch) | |
tree | 1b243f434a14a25dc0eb39097293c3f27b74a54a /tools/aapt2/SdkConstants.h | |
parent | 3c6f28aa5968b1edb823495efa15e7358de5261e (diff) |
Introduce new UI_MODE_TYPE_VR_HEADSET and qualifier.
Bug: 30989383
Test: Unit test for aapt2
Change-Id: I66dc65af6327b94fed74538bee08cada0b8be4fa
Diffstat (limited to 'tools/aapt2/SdkConstants.h')
-rw-r--r-- | tools/aapt2/SdkConstants.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/aapt2/SdkConstants.h b/tools/aapt2/SdkConstants.h index 9b38ecbeae99..5352b5398544 100644 --- a/tools/aapt2/SdkConstants.h +++ b/tools/aapt2/SdkConstants.h @@ -45,6 +45,9 @@ enum { SDK_LOLLIPOP = 21, SDK_LOLLIPOP_MR1 = 22, SDK_MARSHMALLOW = 23, + SDK_NOUGAT = 24, + SDK_NOUGAT_MR1 = 25, + SDK_O = 26, // STOPSHIP Replace with real version }; size_t FindAttributeSdkLevel(const ResourceId& id); |