add bluetooth key as well to generate for android 13 (migration)

This commit is contained in:
quh4gko8 2022-08-20 10:21:57 +00:00 committed by Daniel Micay
parent fc7c9b473c
commit 6d0739db74

View File

@ -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>