add tangorpro kernel build instructions
This commit is contained in:
parent
3a4585c446
commit
78116f457d
@ -882,6 +882,21 @@ repo sync -j8</pre>
|
|||||||
<p>Replace the files in the OS source tree at
|
<p>Replace the files in the OS source tree at
|
||||||
<code>device/google/lynx-kernel/</code> with your build in
|
<code>device/google/lynx-kernel/</code> with your build in
|
||||||
<code>out/mixed/dist/</code>.</p>
|
<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>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user