diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-10-31 00:20:39 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-10-31 00:20:57 -0400 |
| commit | 2cd6dcb6a481dc2ee20f53a3afd48f31e6b80097 (patch) | |
| tree | c12c29d5f10fd74dfe414b21409d4e6c78db0013 | |
| parent | a0e0427405d89df1d6a0ffe442350948e8293f3e (diff) | |
drop legacy Pixel 3 dependencies from build guide
| -rw-r--r-- | static/build.html | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/static/build.html b/static/build.html index 34f73763..ab98afdb 100644 --- a/static/build.html +++ b/static/build.html @@ -282,8 +282,7 @@ <li>zip</li> </ul> - <p>Additional dependencies for extracting vendor files with adevtool for all - devices other than legacy 3rd generation Pixels:</p> + <p>Additional dependencies for extracting vendor files with adevtool:</p> <ul> <li>protobuf library for Python 3</li> @@ -291,15 +290,6 @@ <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> - <li>OpenJDK (for the jar command)</li> - <li>jq</li> - </ul> - <p>Additional Vanadium (Chromium) build dependencies not provided by the source tree:</p> <ul> |
