Loading core/java/android/os/Build.java +1 −0 Original line number Diff line number Diff line Loading @@ -1250,6 +1250,7 @@ public class Build { public static boolean isBuildConsistent() { // Don't care on eng builds. Incremental build may trigger false negative. if (IS_ENG) return true; if (IS_USER) return true; if (IS_TREBLE_ENABLED) { // If we can run this code, the device should already pass AVB. Loading Loading
core/java/android/os/Build.java +1 −0 Original line number Diff line number Diff line Loading @@ -1250,6 +1250,7 @@ public class Build { public static boolean isBuildConsistent() { // Don't care on eng builds. Incremental build may trigger false negative. if (IS_ENG) return true; if (IS_USER) return true; if (IS_TREBLE_ENABLED) { // If we can run this code, the device should already pass AVB. Loading