diff options
| -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> |
