summaryrefslogtreecommitdiff
path: root/tools/aapt/SdkConstants.h
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2017-07-19 13:57:35 -0600
committerJeff Sharkey <jsharkey@google.com>2017-07-20 03:19:33 +0000
commit7beabc264b371be485b136319d54e3cfac75dc41 (patch)
tree29ae2658f732033538f1a1ec2ec86749d5dff599 /tools/aapt/SdkConstants.h
parent1d47c55407f539d7d57ed16bd088de0a79a6ad82 (diff)
Let's get a constant for O_MR1.
Test: none Exempt-From-Owner-Approval: HULK SMASH! Change-Id: I440ebae4d0891d9044bbbfb5beaaaa98639aea98
Diffstat (limited to 'tools/aapt/SdkConstants.h')
-rw-r--r--tools/aapt/SdkConstants.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/aapt/SdkConstants.h b/tools/aapt/SdkConstants.h
index d92de062bcf0..0dbf4ee8153e 100644
--- a/tools/aapt/SdkConstants.h
+++ b/tools/aapt/SdkConstants.h
@@ -41,7 +41,8 @@ enum {
SDK_MNC = 23,
SDK_NOUGAT = 24,
SDK_NOUGAT_MR1 = 25,
- SDK_O = 26, // STOPSHIP replace with real version
+ SDK_O = 26,
+ SDK_O_MR1 = 10000, // STOPSHIP Replace with the real version.
};
#endif // H_AAPT_SDK_CONSTANTS