diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-04-29 10:47:04 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-04-29 10:47:04 -0400 |
| commit | afd52089f6fa69c5bfd1a820f872573dbe442a68 (patch) | |
| tree | ab6ccd9507775331eb6ee60992907e07c4b603b7 | |
| parent | 9647224083e29d6548ff6fc96b57d8f12001aa56 (diff) | |
add brillo_update_payload to instructions
| -rw-r--r-- | static/build.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/build.html b/static/build.html index 68a99308..c904c2a2 100644 --- a/static/build.html +++ b/static/build.html @@ -278,6 +278,10 @@ cd ../..</pre> <h2>Generating signed factory images and full update packages</h2> + <p>Build the tool needed to generate A/B updates:</p> + + <pre>make -j20 brillo_update_payload</pre> + <p>Generate a signed release build with the release.sh script:</p> <pre>script/release.sh crosshatch</pre> |
