Skip to content

Commit

Permalink
fs-verity metadata is replaced in Android 15
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Oct 29, 2024
1 parent cd34ad5 commit 81d6a37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ The `generate.py` script will automatically sign all the published apps with
the fs-verity key. You can also sign them manually:

fsverity sign app-release.apk app-release.apk.fsv_sig --key fsverity_private_key.0.pem --cert fsverity_cert.0.pem

For Android 15, GrapheneOS uses APK signature scheme v4 signed with the same
key as the APK instead of a separate fs-verity key. You don't need the
fs-verity setup anymore if you only support current versions of GrapheneOS.

0 comments on commit 81d6a37

Please sign in to comment.