Update fastboot.js for AVB key flashing fix

This commit is contained in:
Danny Lin
2021-01-29 14:45:45 -08:00
committed by Daniel Micay
parent 8f0e9736ed
commit b0b811f167
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT
import * as fastboot from "./fastboot/dist/fastboot.min.mjs?0";
import * as fastboot from "./fastboot/dist/fastboot.min.mjs?1";
const RELEASES_URL = "https://releases.grapheneos.org";