Pixel 3a kernel uses submodules too

This commit is contained in:
Daniel Micay 2019-07-14 13:16:49 -04:00
parent dd8b767c6a
commit 5390068e37

View File

@ -252,10 +252,10 @@ git am ../*.patch</pre>
<p>The kernel needs to be built in advance, since it uses a separate build system.</p> <p>The kernel needs to be built in advance, since it uses a separate build system.</p>
<p>For the Pixel 3 and Pixel 3 XL, the kernel repository uses submodules for building <p>For the Pixel 3, Pixel 3 XL, Pixel 3a and Pixel 3a XL, the kernel repository uses
in out-of-tree modules. You need to make sure the submodule sources are updated before submodules for building in out-of-tree modules. You need to make sure the submodule
building. In the future, this should end up being handled automatically by sources are updated before building. In the future, this should end up being handled
<code>repo</code>.</p> automatically by <code>repo</code>.</p>
<p>For example, to build the kernel for blueline:</p> <p>For example, to build the kernel for blueline:</p>