diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-28 17:48:24 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-28 17:48:45 -0400 |
| commit | d466b91e5632a51942a92302031d87b308149cbf (patch) | |
| tree | 79d06a11dee7e33056c8d68d26e5796d481e7d96 /static | |
| parent | d7030faf3871d7d0e040cefda370015f97da4d8b (diff) | |
add Pixel Fold to build target instructions
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/build.html b/static/build.html index ce8c4531..34da1ae4 100644 --- a/static/build.html +++ b/static/build.html @@ -496,9 +496,9 @@ vendor/adevtool/bin/run ota-firmware vendor/adevtool/config/$DEVICE.yml -f vendo vendorbootimage target-files-package</code> instead of <code>target-files-package</code>.</p> - <p>For the Pixel 7, Pixel 7 Pro, Pixel 7a and Pixel Tablet you currently need - <code>m vendorbootimage vendorkernelbootimage target-files-package</code> - instead of <code>target-files-package</code>.</p> + <p>For the Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet and Pixel Fold you + currently need <code>m vendorbootimage vendorkernelbootimage + 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 |
