summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-07-28 22:24:51 -0400
committerDaniel Micay <danielmicay@gmail.com>2022-08-25 23:15:08 -0400
commit5ec44834dc004077c6007ad828ee02c7b52d85b1 (patch)
tree670a1db747038c301ca554bd381e8134055628ae /static
parente0a18182ba60dfb47bddccc5b45d464b2f16211b (diff)
add bluejay kernel to build documentation
Diffstat (limited to 'static')
-rw-r--r--static/build.html5
1 files changed, 5 insertions, 0 deletions
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 ../..</pre>
</li>
<li>Pixel 5a: barbet</li>
<li>Pixel 6, Pixel 6 Pro: raviole</li>
+ <li>Pixel 6a: raviole 12.1-bluejay branch</li>
</ul>
<p>As part of the hardening in GrapheneOS, it uses fully monolithic kernel builds with
@@ -464,6 +465,10 @@ repo sync -j16</pre>
<pre>LTO=full BUILD_KERNEL=1 ./build_slider.sh</pre>
+ <p>To build the Pixel 6a kernel:</p>
+
+ <pre>LTO=full BUILD_KERNEL=1 ./build_bluejay.sh</pre>
+
<p>You need to replace the files in the GrapheneOS source tree at
<code>device/google/raviole-kernel</code> with the output from your kernel
build at <code>out/mixed/dist</code> in the kernel-raviole source tree.</p>