drop obsolete 3rd gen Pixels from web installer

This commit is contained in:
Daniel Micay 2023-05-08 21:00:54 -04:00
parent 07256d44d0
commit 1756cb64e8

View File

@ -140,11 +140,11 @@ async function unlockBootloader(setProgress) {
return "Bootloader unlocked.";
}
const supportedDevices = ["cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"];
const supportedDevices = ["cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"];
const qualcommDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"];
const qualcommDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "flame"];
const legacyQualcommDevices = ["sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"];
const legacyQualcommDevices = ["sunfish", "coral", "flame"];
const tensorDevices = ["cheetah", "panther", "bluejay", "raven", "oriole"];