Loading core/java/android/os/Build.java +2 −0 Original line number Diff line number Diff line Loading @@ -680,6 +680,7 @@ public class Build { } } /* TODO: Figure out issue with checks failing if (!TextUtils.isEmpty(bootimage)) { if (!Objects.equals(system, bootimage)) { Slog.e(TAG, "Mismatched fingerprints; system reported " + system Loading @@ -703,6 +704,7 @@ public class Build { return false; } } */ return true; } Loading Loading
core/java/android/os/Build.java +2 −0 Original line number Diff line number Diff line Loading @@ -680,6 +680,7 @@ public class Build { } } /* TODO: Figure out issue with checks failing if (!TextUtils.isEmpty(bootimage)) { if (!Objects.equals(system, bootimage)) { Slog.e(TAG, "Mismatched fingerprints; system reported " + system Loading @@ -703,6 +704,7 @@ public class Build { return false; } } */ return true; } Loading