diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-10-17 01:39:58 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-10-17 01:39:58 -0400 |
| commit | 1973d65ba5b6fbc1e4a3c0208ea8dc0ed29dcff7 (patch) | |
| tree | 15a37b6ad0c891e19348a0fef4518ecab054f469 /static | |
| parent | 2c4ec45c5a870ce857d497c3166841b62dd8cdc0 (diff) | |
pantah needs vendorkernelbootimage passed to m
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 |
