commit | 7beabc264b371be485b136319d54e3cfac75dc41 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Wed Jul 19 13:57:35 2017 -0600 |
committer | Jeff Sharkey <jsharkey@google.com> | Thu Jul 20 03:19:33 2017 +0000 |
tree | 29ae2658f732033538f1a1ec2ec86749d5dff599 | |
parent | 1d47c55407f539d7d57ed16bd088de0a79a6ad82 [diff] [blame] |
Let's get a constant for O_MR1. Test: none Exempt-From-Owner-Approval: HULK SMASH! Change-Id: I440ebae4d0891d9044bbbfb5beaaaa98639aea98
diff --git a/tools/aapt2/SdkConstants.h b/tools/aapt2/SdkConstants.h index e3745e8..864e57d 100644 --- a/tools/aapt2/SdkConstants.h +++ b/tools/aapt2/SdkConstants.h
@@ -52,6 +52,7 @@ 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);