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
This commit is contained in:
Eric Biggers
2023-07-06 03:51:59 +00:00
parent a694149b9f
commit c2bc148c27

View File

@@ -40,11 +40,11 @@ public final class Checksum implements Parcelable {
/**
* Root SHA256 hash of a 4K Merkle tree computed over all file bytes.
* <a href="https://source.android.com/security/apksigning/v4">See APK Signature Scheme V4</a>.
* <a href="https://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git/tree/Documentation/filesystems/fsverity.rst">See fs-verity</a>.
* <a href="https://www.kernel.org/doc/html/latest/filesystems/fsverity.html">See fs-verity</a>.
*
* Recommended for all new applications.
* Can be used by kernel to enforce authenticity and integrity of the APK.
* <a href="https://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git/tree/Documentation/filesystems/fsverity.rst#">See fs-verity for details</a>
* <a href="https://www.kernel.org/doc/html/latest/filesystems/fsverity.html">See fs-verity for details</a>
*
* @see PackageManager#requestChecksums
*/