From c2bc148c275e883d158fb382cf79544bf6b8dfdf Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Thu, 6 Jul 2023 03:51:59 +0000 Subject: [PATCH] Checksum.java: fix links to fsverity documentation These links were linking to the unrendered fsverity documentation file on the old fscrypt development branch (not fsverity, and not the mainline kernel). This development branch was moved several months ago, and therefore these links are dead now. Fix these links to link to the rendered documentation for the mainline kernel. Test: comment only change Change-Id: I3460caaf0efa235425cc1e1ae62e0bc2a4503177 --- core/java/android/content/pm/Checksum.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/android/content/pm/Checksum.java b/core/java/android/content/pm/Checksum.java index ff17496c74579..20967274d0e4b 100644 --- a/core/java/android/content/pm/Checksum.java +++ b/core/java/android/content/pm/Checksum.java @@ -40,11 +40,11 @@ public final class Checksum implements Parcelable { /** * Root SHA256 hash of a 4K Merkle tree computed over all file bytes. * See APK Signature Scheme V4. - * See fs-verity. + * See fs-verity. * * Recommended for all new applications. * Can be used by kernel to enforce authenticity and integrity of the APK. - * See fs-verity for details + * See fs-verity for details * * @see PackageManager#requestChecksums */