summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-11-30 23:54:29 -0500
committerDaniel Micay <danielmicay@gmail.com>2021-11-30 23:54:29 -0500
commit8dc8325b14d96b8bd3fd14563a4b198694183584 (patch)
tree3990a2f68127d1d27e08b7fa26492806b011b761 /static/build.html
parente1f7c505fddaf26c958af0212c31b06c71c75ce8 (diff)
document Pixel 6 workaround
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/build.html b/static/build.html
index 712083b0..3d1799b2 100644
--- a/static/build.html
+++ b/static/build.html
@@ -533,6 +533,9 @@ mv vendor/android-prepare-vendor/DEVICE/BUILD_ID/vendor/google_devices/* vendor/
<pre>m target-files-package</pre>
+ <p>For the Pixel 6 and Pixel 6 Pro, you currently need <code>m vendorbootimage
+ target-files-package</code> instead of <code>target-files-package</code>.</p>
+
<p>The <code>-j</code> parameter can be passed to <code>m</code> to set a specific
number of jobs such as <code>-j4</code> to use 4 jobs. By default, the build system
sets the number of jobs to <code>NumCPU() + 2</code> where <code>NumCPU()</code> is the