diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-10-16 15:39:32 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-10-17 00:45:06 -0400 |
| commit | ed015fd498c699d8f2e2435d58d1c115f823927a (patch) | |
| tree | 9e5a7364a9c1d3016e68866d4b574a9b3e787da7 | |
| parent | 763767b48ed3a9fbc3c971b0c11188a523bd1202 (diff) | |
Pixel 7 / Pixel 7 Pro also need vendorbootimage
| -rw-r--r-- | static/build.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/static/build.html b/static/build.html index fc167ac1..784c1679 100644 --- a/static/build.html +++ b/static/build.html @@ -601,8 +601,9 @@ vendor/adevtool/bin/run ota-firmware vendor/adevtool/config/<var>DEVICE</var>.ym <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>For the Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7 and Pixel 7 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 |
