diff options
Diffstat (limited to 'static/build.html')
| -rw-r--r-- | static/build.html | 15 |
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> |
