diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-01-17 17:49:38 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-17 17:49:38 -0500 |
| commit | 7af7417cc5eaeb744148eb958b2ad0bdd4840384 (patch) | |
| tree | bcc1440dc80a2671e3ea78055394eeb2d77e1096 /static/build.html | |
| parent | ddf349f8e051ab48ce9bb011551daa6f54875bc0 (diff) | |
clarify android-prepare-vendor arguments
Diffstat (limited to 'static/build.html')
| -rw-r--r-- | static/build.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html index 98e43fc1..1acfd2f8 100644 --- a/static/build.html +++ b/static/build.html @@ -478,7 +478,9 @@ git submodule update --init --recursive that the official builds match the sources, since it has signature verification (which is an important part of the verified boot and attestation security model).</p> - <p>Extract the vendor files corresponding to the matching release:</p> + <p>Extract the vendor files corresponding to the matching release with + <code>DEVICE</code> and <code>BUILD_ID</code> replaced with the appropriate + values:</p> <pre>vendor/android-prepare-vendor/execute-all.sh -d DEVICE -b BUILD_ID -o vendor/android-prepare-vendor mkdir -p vendor/google_devices |
