diff options
| author | quh4gko8 <88831734+quh4gko8@users.noreply.github.com> | 2022-08-20 10:21:57 +0000 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-08-25 23:15:08 -0400 |
| commit | 6d0739db74cd691b329ccd01a124b09a62801b62 (patch) | |
| tree | 00bdca678fa741dd6d9b8600e8bd8295c7d3e4a4 | |
| parent | fc7c9b473c4e881156c53d0e5974ceeb7de8dd49 (diff) | |
add bluetooth key as well to generate for android 13 (migration)
| -rw-r--r-- | static/build.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html index 2d99be9d..57555823 100644 --- a/static/build.html +++ b/static/build.html @@ -633,6 +633,7 @@ cd keys/raven ../../development/tools/make_key media '/CN=GrapheneOS/' ../../development/tools/make_key networkstack '/CN=GrapheneOS/' ../../development/tools/make_key sdk_sandbox '/CN=GrapheneOS/' +../../development/tools/make_key bluetooth '/CN=GrapheneOS/' openssl genrsa 4096 | openssl pkcs8 -topk8 -scrypt -out avb.pem ../../external/avb/avbtool extract_public_key --key avb.pem --output avb_pkmd.bin cd ../..</pre> @@ -654,7 +655,7 @@ cd ../..</pre> <section id="migration-to-android-13"> <h4><a href="#migration-to-android-13">Migration to Android 13</a></h4> - <p>You need to generate a key for <code>sdk_sandbox</code> if you + <p>You need to generate a key for <code>sdk_sandbox</code> and <code>bluetooth</code> if you generated your keys for a previous release.</p> </section> |
