diff options
| author | Anton Hansson <hansson@google.com> | 2020-12-07 14:12:20 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-12-07 14:12:20 +0000 |
| commit | dfe33cb7562a94bcbb9617eb6ec8b4762e7ec03a (patch) | |
| tree | b4f5f5289d95ee55df207f0460170b1693cae19d /core/java | |
| parent | 294dd8f1da16d03367e4af6f9fbf120e4d8674d5 (diff) | |
| parent | b755b613edf4d5c47eced040497f1ecca6bfb5d2 (diff) | |
Merge "Add VERSION_CODES constant for S"
Diffstat (limited to 'core/java')
| -rwxr-xr-x | core/java/android/os/Build.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/java/android/os/Build.java b/core/java/android/os/Build.java index 81213294361b..3e77022d6bc1 100755 --- a/core/java/android/os/Build.java +++ b/core/java/android/os/Build.java @@ -1023,6 +1023,11 @@ public class Build { * R. */ public static final int R = 30; + + /** + * S. + */ + public static final int S = CUR_DEVELOPMENT; } /** The type of build, like "user" or "eng". */ |
