diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-11-30 13:16:20 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-11-30 13:16:20 -0500 |
| commit | e1f7c505fddaf26c958af0212c31b06c71c75ce8 (patch) | |
| tree | eaae1a055eadace3402ef374c0656122f61345cf | |
| parent | c386e26a195f83122c533e1564f6c836242f2438 (diff) | |
split dependencies for 6th generation Pixels
| -rw-r--r-- | static/build.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html index 786492c6..712083b0 100644 --- a/static/build.html +++ b/static/build.html @@ -277,7 +277,7 @@ <li>zip</li> </ul> - <p>Additional android-prepare-vendor (for Pixel phones) dependencies:</p> + <p>Additional dependencies for Pixel phones before the 6th generation:</p> <ul> <li>e2fsprogs (for debugfs)</li> @@ -286,6 +286,12 @@ <li>jq</li> </ul> + <p>Additional dependencies for 6th generation Pixel phones:</p> + + <ul> + <li>yarn</li> + </ul> + <p>Additional Vanadium (Chromium) build dependencies not provided by the source tree:</p> <ul> |
