summaryrefslogtreecommitdiff
path: root/tools/aapt/SdkConstants.h
diff options
context:
space:
mode:
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