summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2023-06-20 17:21:57 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2023-06-20 17:21:57 -0400
commit78116f457d11f1a0c3ef196f407ffee2ffdfa716 (patch)
tree4f93347aa25312d484cc8d11ed487aa46fbca676 /static
parent3a4585c4464be1b1b4cafdfbf37c8ff7237396a5 (diff)
add tangorpro kernel build instructions
Diffstat (limited to 'static')
-rw-r--r--static/build.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/static/build.html b/static/build.html
index 520f9371..33436d3a 100644
--- a/static/build.html
+++ b/static/build.html
@@ -882,6 +882,21 @@ repo sync -j8</pre>
<p>Replace the files in the OS source tree at
<code>device/google/lynx-kernel/</code> with your build in
<code>out/mixed/dist/</code>.</p>
+
+ <p>To sync the lynx kernel for the Pixel Tablet:</p>
+
+ <pre>mkdir -p android/kernel/tangorpro
+cd android/kernel/tangorpro
+repo init -u https://github.com/GrapheneOS/kernel_manifest-tangorpro.git -b 13
+repo sync -j8</pre>
+
+ <p>To build the tangorpro kernel for the Pixel Tablet:</p>
+
+ <pre>LTO=full BUILD_AOSP_KERNEL=1 ./build_tangorpro.sh</pre>
+
+ <p>Replace the files in the OS source tree at
+ <code>device/google/tangorpro-kernel/</code> with your build in
+ <code>out/mixed/dist/</code>.</p>
</section>
</section>