diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/static/build.html b/static/build.html index 784c1679..e8675509 100644 --- a/static/build.html +++ b/static/build.html @@ -601,8 +601,12 @@ vendor/adevtool/bin/run ota-firmware vendor/adevtool/config/<var>DEVICE</var>.ym <pre>m target-files-package</pre> - <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 + <p>For the Pixel 6, Pixel 6 Pro and Pixel 6a you currently need <code>m + vendorbootimage target-files-package</code> instead of + <code>target-files-package</code>.</p> + + <p>For the Pixel 7 and Pixel 7 Pro 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 |
