From 5ec44834dc004077c6007ad828ee02c7b52d85b1 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 28 Jul 2022 22:24:51 -0400 Subject: [PATCH] add bluejay kernel to build documentation --- static/build.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/build.html b/static/build.html index 1925a6d5..5dfa1dd8 100644 --- a/static/build.html +++ b/static/build.html @@ -428,6 +428,7 @@ cd ../..
  • Pixel 5a: barbet
  • Pixel 6, Pixel 6 Pro: raviole
  • +
  • Pixel 6a: raviole 12.1-bluejay branch
  • As part of the hardening in GrapheneOS, it uses fully monolithic kernel builds with @@ -464,6 +465,10 @@ repo sync -j16

    LTO=full BUILD_KERNEL=1 ./build_slider.sh
    +

    To build the Pixel 6a kernel:

    + +
    LTO=full BUILD_KERNEL=1 ./build_bluejay.sh
    +

    You need to replace the files in the GrapheneOS source tree at device/google/raviole-kernel with the output from your kernel build at out/mixed/dist in the kernel-raviole source tree.