diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-20 20:40:24 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-20 20:40:24 -0400 |
| commit | 68b8ac56a634c433800fb277bdcf2c0c36c26aa0 (patch) | |
| tree | 4146ca4c200d0ca1c68c7bd2d5b8553aa7df1408 | |
| parent | f5cb09b8b69fa213f2b776fa154c7b536e0c09d1 (diff) | |
document Pixel Tablet build command
| -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 25f9c228..e25ec82d 100644 --- a/static/build.html +++ b/static/build.html @@ -490,9 +490,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 and Pixel 7a 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 and Pixel Tablet 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 |
