From 6d0739db74cd691b329ccd01a124b09a62801b62 Mon Sep 17 00:00:00 2001 From: quh4gko8 <88831734+quh4gko8@users.noreply.github.com> Date: Sat, 20 Aug 2022 10:21:57 +0000 Subject: [PATCH] add bluetooth key as well to generate for android 13 (migration) --- static/build.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ../.. @@ -654,7 +655,7 @@ cd ../..

Migration to Android 13

-

You need to generate a key for sdk_sandbox if you +

You need to generate a key for sdk_sandbox and bluetooth if you generated your keys for a previous release.