summaryrefslogtreecommitdiff
path: root/static/js/web-install.js
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2025-04-10 14:25:55 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2025-04-12 21:12:42 -0400
commit99b3fae892a9ef145caa075c7ed06e8a0216e216 (patch)
tree5427c91bc48710da6ff4052cacbb2632ef0ee133 /static/js/web-install.js
parent4427db873cc0ddc65b1e1423adbf8cb73d616d9a (diff)
add support for Pixel 9a
Diffstat (limited to 'static/js/web-install.js')
-rw-r--r--static/js/web-install.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/js/web-install.js b/static/js/web-install.js
index 5668653f..94b733d2 100644
--- a/static/js/web-install.js
+++ b/static/js/web-install.js
@@ -220,11 +220,11 @@ async function unlockBootloader(setProgress) {
return "Bootloader unlocking triggered successfully.";
}
-const supportedDevices = ["comet", "komodo", "caiman", "tokay", "akita", "husky", "shiba", "felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"];
+const supportedDevices = ["tegu", "comet", "komodo", "caiman", "tokay", "akita", "husky", "shiba", "felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"];
const legacyQualcommDevices = ["sunfish", "coral", "flame"];
-const day1SnapshotCancelDevices = ["comet", "komodo", "caiman", "tokay", "akita", "husky", "shiba", "felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble"];
+const day1SnapshotCancelDevices = ["tegu", "comet", "komodo", "caiman", "tokay", "akita", "husky", "shiba", "felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble"];
function hasOptimizedFactoryImage(product) {
return !legacyQualcommDevices.includes(product);