diff options
author | Jeff Sharkey <jsharkey@android.com> | 2017-07-19 13:57:35 -0600 |
---|---|---|
committer | Jeff Sharkey <jsharkey@google.com> | 2017-07-20 03:19:33 +0000 |
commit | 7beabc264b371be485b136319d54e3cfac75dc41 (patch) | |
tree | 29ae2658f732033538f1a1ec2ec86749d5dff599 /tools/aapt2/SdkConstants.h | |
parent | 1d47c55407f539d7d57ed16bd088de0a79a6ad82 (diff) |
Let's get a constant for O_MR1.
Test: none
Exempt-From-Owner-Approval: HULK SMASH!
Change-Id: I440ebae4d0891d9044bbbfb5beaaaa98639aea98
Diffstat (limited to 'tools/aapt2/SdkConstants.h')
-rw-r--r-- | tools/aapt2/SdkConstants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aapt2/SdkConstants.h b/tools/aapt2/SdkConstants.h index e3745e8ce0da..864e57d644a6 100644 --- a/tools/aapt2/SdkConstants.h +++ b/tools/aapt2/SdkConstants.h @@ -52,6 +52,7 @@ enum : ApiVersion { SDK_NOUGAT = 24, SDK_NOUGAT_MR1 = 25, SDK_O = 26, + SDK_O_MR1 = 10000, // STOPSHIP Replace with the real version. }; ApiVersion FindAttributeSdkLevel(const ResourceId& id); |