add tangorpro kernel build instructions

This commit is contained in:
Daniel Micay 2023-06-20 17:21:57 -04:00
parent 3a4585c446
commit 78116f457d

View File

@ -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>