diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-05-02 20:54:41 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-05-02 20:54:41 -0400 |
| commit | d5f3ebfb3fab45ecc97abb671bc233059ba6239c (patch) | |
| tree | 4def7fd33aec2b39af6b7e9d54edbfda2a676a23 /static | |
| parent | 2c22bc7c36048e1dea05289b7673bf1b6084b1fe (diff) | |
split up dependencies again
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/static/build.html b/static/build.html index ff1172f8..00729408 100644 --- a/static/build.html +++ b/static/build.html @@ -277,15 +277,22 @@ for OpenJDK despite it being a headless variant without GUI support</li> <li>ncurses5 (provided by the source tree for some tools but not others)</li> <li>openssl</li> - <li>protobuf library for Python 3</li> <li>rsync</li> <li>unzip</li> - <li>yarn</li> - <li>node 17 or later</li> <li>zip</li> </ul> - <p>Additional dependencies for Pixel phones before the 4th generation:</p> + <p>Additional dependencies for extracting vendor files with adevtool for all + devices other than legacy 3rd generation Pixels:</p> + + <ul> + <li>protobuf library for Python 3</li> + <li>node 17 or later</li> + <li>yarn</li> + </ul> + + <p>Additional dependencies for extracting vendor files with + android-prepare-vendor for legacy 3rd generation Pixels:</p> <ul> <li>e2fsprogs (for debugfs image mounting)</li> |
