summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2023-03-13 18:52:56 -0400
committerDaniel Micay <danielmicay@gmail.com>2023-03-13 18:52:56 -0400
commit488f775c77cbb5f7c88314bc030ede8aa885fc48 (patch)
treee6516449410062acb6a394c8955741447e720ced
parentdd15590b3aac569c0bc0e2bddda77533f5be40f4 (diff)
update kernel build instructions for gs101 Pixels
-rw-r--r--static/build.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/build.html b/static/build.html
index 81f5fc49..b3e914cf 100644
--- a/static/build.html
+++ b/static/build.html
@@ -777,11 +777,11 @@ repo sync -j16</pre>
<p>To build the raviole kernel for the Pixel 6 and Pixel 6 Pro:</p>
- <pre>LTO=full BUILD_KERNEL=1 ./build_slider.sh</pre>
+ <pre>LTO=full BUILD_AOSP_KERNEL=1 ./build_slider.sh</pre>
<p>To build the bluejay kernel for the Pixel 6a:</p>
- <pre>LTO=full BUILD_KERNEL=1 ./build_bluejay.sh</pre>
+ <pre>LTO=full BUILD_AOSP_KERNEL=1 ./build_bluejay.sh</pre>
<p>Replace the files in the OS source tree at
<code>device/google/raviole-kernel/</code> or