diff options
| author | Jeff Sharkey <jsharkey@google.com> | 2018-05-16 16:08:48 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2018-05-16 16:08:48 +0000 |
| commit | 39e3d378d70ec99e7fda48cb0010e6a43aaf1111 (patch) | |
| tree | c9b7d2a90f1c113e34bb881866431a6369cf027e /core/java | |
| parent | e89c84350c251e3a24eaafc75d1fdc0b8b716350 (diff) | |
| parent | 8929b5245d7d2e539f8de064b84d14a133696367 (diff) | |
Merge "Q."
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/os/Build.java | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/java/android/os/Build.java b/core/java/android/os/Build.java index 66f940801a2e..91888949829f 100644 --- a/core/java/android/os/Build.java +++ b/core/java/android/os/Build.java @@ -916,6 +916,15 @@ public class Build { * </ul> */ public static final int P = 28; + + /** + * Q. + * <p> + * <em>Why? Why, to give you a taste of your future, a preview of things + * to come. Con permiso, Capitan. The hall is rented, the orchestra + * engaged. It's now time to see if you can dance.</em> + */ + public static final int Q = CUR_DEVELOPMENT; } /** The type of build, like "user" or "eng". */ |
