summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2023-05-08 21:00:54 -0400
committerDaniel Micay <danielmicay@gmail.com>2023-05-08 21:00:54 -0400
commit1756cb64e81ea42a3667bd80c12bae70965abd75 (patch)
treecc16abff953a67a5ff5beb78a47bfd0fb14f4ce7
parent07256d44d04598d15536e0ed746f0fcbc06f56db (diff)
drop obsolete 3rd gen Pixels from web installer
-rw-r--r--static/js/web-install.js6
1 files 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"];