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 /core/java | |
| parent | f144f6ecd9386eba9cb516bec42c07295e3f9765 (diff) | |
O MR1 is API 27
Bug: 64982450
Test: manual
Change-Id: I4be170f9f1021899db3ef0bce3eaeada21f8b475
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/os/Build.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/os/Build.java b/core/java/android/os/Build.java index 7852125db6f0..062799891ffd 100644 --- a/core/java/android/os/Build.java +++ b/core/java/android/os/Build.java @@ -773,7 +773,7 @@ public class Build { /** * O MR1. */ - public static final int O_MR1 = CUR_DEVELOPMENT; // STOPSHIP Replace with the real version. + public static final int O_MR1 = 27; } /** The type of build, like "user" or "eng". */ |
