diff options
| author | flawedworld <flawedworld@flawed.world> | 2022-01-30 19:30:24 +0000 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-01-30 14:31:59 -0500 |
| commit | f4f5d3ce5685f3b61273ce670897c1c8f0d8a21b (patch) | |
| tree | 7d4edb70a9bd5792f06ca965db6e1f3420c99846 | |
| parent | 9942c81f6cb8a1c6364c6c4440195091c96913b2 (diff) | |
adevtool documentation update
| -rw-r--r-- | static/build.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/static/build.html b/static/build.html index 48f1c4b6..50726271 100644 --- a/static/build.html +++ b/static/build.html @@ -557,10 +557,8 @@ mv vendor/android-prepare-vendor/DEVICE/BUILD_ID/vendor/google_devices/* vendor/ </p> <pre>cd vendor/adevtool/ && yarn install && cd ../.. -mkdir -p vendor/adevtool/dl/ -vendor/android-prepare-vendor/scripts/download-nexus-image.sh -y -d DEVICE -b BUILD_ID -o vendor/adevtool/dl -vendor/adevtool/mountimages.bash -sudo vendor/adevtool/bin/run generate-all vendor/adevtool/config/pixel/DEVICE-grapheneos.yml -c vendor/state/oriole.json -f vendor/adevtool/dl/"Factory zip" -s vendor/extraction/mount/</pre> +vendor/adevtool/mountimages.bash DEVICE BUILD_ID +sudo vendor/adevtool/bin/run generate-all vendor/adevtool/config/DEVICE.yml -c vendor/state/DEVICE.json -f vendor/adevtool/dl/DEVICE-BUILDID-*.zip -s vendor/adevtool/dl/DEVICE-BUILDID/mount/</pre> </section> </section> |
