fix Pixel Tablet kernel build sync instructions

This commit is contained in:
Daniel Micay 2023-06-27 16:09:01 -04:00
parent 69b0802b97
commit c95af3c411

View File

@ -884,11 +884,11 @@ repo sync -j8</pre>
<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>
<p>To sync the tangorpro 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 init -u https://github.com/GrapheneOS/kernel_manifest-tangorpro.git -b 13-tangorpro
repo sync -j8</pre>
<p>To build the tangorpro kernel for the Pixel Tablet:</p>