From 1756cb64e81ea42a3667bd80c12bae70965abd75 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 8 May 2023 21:00:54 -0400 Subject: [PATCH] drop obsolete 3rd gen Pixels from web installer --- static/js/web-install.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/js/web-install.js b/static/js/web-install.js index 4f76e5a7..1997ca9a 100644 --- a/static/js/web-install.js +++ b/static/js/web-install.js @@ -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"];