summaryrefslogtreecommitdiff
path: root/tools/aapt/SdkConstants.h
diff options
context:
space:
mode:
authorZak Cohen <zakcohen@google.com>2016-12-12 15:21:21 -0800
committerZak Cohen <zakcohen@google.com>2017-01-11 11:44:47 -0800
commit1a6acdbb86c3e72bdb0a4dcab3bda58cbc4ea34c (patch)
tree1b243f434a14a25dc0eb39097293c3f27b74a54a /tools/aapt/SdkConstants.h
parent3c6f28aa5968b1edb823495efa15e7358de5261e (diff)
Introduce new UI_MODE_TYPE_VR_HEADSET and qualifier.
Bug: 30989383 Test: Unit test for aapt2 Change-Id: I66dc65af6327b94fed74538bee08cada0b8be4fa
Diffstat (limited to 'tools/aapt/SdkConstants.h')
-rw-r--r--tools/aapt/SdkConstants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/aapt/SdkConstants.h b/tools/aapt/SdkConstants.h
index 16e622ab67ef..d92de062bcf0 100644
--- a/tools/aapt/SdkConstants.h
+++ b/tools/aapt/SdkConstants.h
@@ -39,6 +39,9 @@ enum {
SDK_LOLLIPOP = 21,
SDK_LOLLIPOP_MR1 = 22,
SDK_MNC = 23,
+ SDK_NOUGAT = 24,
+ SDK_NOUGAT_MR1 = 25,
+ SDK_O = 26, // STOPSHIP replace with real version
};
#endif // H_AAPT_SDK_CONSTANTS