diff options
| author | Lajos Molnar <lajos@google.com> | 2021-04-29 16:37:27 -0700 |
|---|---|---|
| committer | Lajos Molnar <lajos@google.com> | 2021-04-29 16:39:01 -0700 |
| commit | d8ae2f19a16117c096cf4469ed8dd14b4db2b63c (patch) | |
| tree | 8ce023602d4ae636a59468f3f96a896d8057bb37 /core/java | |
| parent | 3a1e0aa14220610115d5feb4855b5844c00cbfe7 (diff) | |
build: allow MEDIA_PERFORMANCE_CLASS for R
This is now defined for R and up.
Bug: 186800737
Change-Id: I32774c7973f04cdf5271a285853b15195205c704
Diffstat (limited to 'core/java')
| -rwxr-xr-x | 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 7b8fdd77a250..b3a43855b04a 100755 --- a/core/java/android/os/Build.java +++ b/core/java/android/os/Build.java @@ -311,7 +311,7 @@ public class Build { * booted, but it may increase when the hardware manufacturer provides an OTA update. * <p> * Possible non-zero values are defined in {@link Build.VERSION_CODES} starting with - * {@link Build.VERSION_CODES#S}. + * {@link Build.VERSION_CODES#R}. */ public static final int MEDIA_PERFORMANCE_CLASS = DeviceProperties.media_performance_class().orElse(0); |
