Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 556b09b0 authored by Lajos Molnar's avatar Lajos Molnar Committed by Automerger Merge Worker
Browse files

Merge "build: allow MEDIA_PERFORMANCE_CLASS for R" into sc-dev am: 22ceced5

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14366303

Change-Id: I80a37ff6152c53a986172256847129e54546f8a2
parents 071d3514 22ceced5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -309,7 +309,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);