diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-20 01:54:36 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-20 01:54:36 -0400 |
| commit | 33c5b91ec92e1e4fba2f57b392f8545ecee96b6a (patch) | |
| tree | 73a5dca8e204e532a7ebe8900a7c039c3e1b0f55 | |
| parent | d91d1f104e8dd7a035a08e447ed2f05a2623f1ee (diff) | |
reorder android-prepare-vendor dependencies
| -rw-r--r-- | static/build.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/static/build.html b/static/build.html index 56881a4a..e5b43319 100644 --- a/static/build.html +++ b/static/build.html @@ -250,13 +250,6 @@ doing it for the target. This is lagging a bit behind for the kernel, particularly code built for the host.</p> - <p>android-prepare-vendor (for Pixel phones) dependencies:</p> - - <ul> - <li>python2</li> - <li>python2-protobuf</li> - </ul> - <p>Additional Android Open Source Project build dependencies not provided by the source tree:</p> @@ -271,6 +264,13 @@ <li>zip</li> </ul> + <p>Additional android-prepare-vendor (for Pixel phones) dependencies:</p> + + <ul> + <li>python2</li> + <li>python2-protobuf</li> + </ul> + <p>The <code>signify</code> tool (with the proper naming) is also required for signing factory images zips.</p> |
