diff options
author | Michael Wright <michaelwr@google.com> | 2017-08-23 13:49:14 -0700 |
---|---|---|
committer | Michael Wright <michaelwr@google.com> | 2017-08-23 13:49:14 -0700 |
commit | eec01ac5a3dec5030edc5c81ae215bcd10183c5b (patch) | |
tree | 413c597adbbe6e7a7cb47d07c27879aa1d665303 /tools/aapt/SdkConstants.h | |
parent | f144f6ecd9386eba9cb516bec42c07295e3f9765 (diff) |
O MR1 is API 27
Bug: 64982450
Test: manual
Change-Id: I4be170f9f1021899db3ef0bce3eaeada21f8b475
Diffstat (limited to 'tools/aapt/SdkConstants.h')
-rw-r--r-- | tools/aapt/SdkConstants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/SdkConstants.h b/tools/aapt/SdkConstants.h index 0dbf4ee8153e..bf56ec024699 100644 --- a/tools/aapt/SdkConstants.h +++ b/tools/aapt/SdkConstants.h @@ -42,7 +42,7 @@ enum { SDK_NOUGAT = 24, SDK_NOUGAT_MR1 = 25, SDK_O = 26, - SDK_O_MR1 = 10000, // STOPSHIP Replace with the real version. + SDK_O_MR1 = 27, }; #endif // H_AAPT_SDK_CONSTANTS |