From 8dc8325b14d96b8bd3fd14563a4b198694183584 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 30 Nov 2021 23:54:29 -0500 Subject: [PATCH] document Pixel 6 workaround --- static/build.html | 3 +++ 1 file changed, 3 insertions(+) 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/
m target-files-package
+

For the Pixel 6 and Pixel 6 Pro, you currently need m vendorbootimage + target-files-package instead of target-files-package.

+

The -j parameter can be passed to m to set a specific number of jobs such as -j4 to use 4 jobs. By default, the build system sets the number of jobs to NumCPU() + 2 where NumCPU() is the