From f61a55baf44b7f2c138b4864fa014f973b57fc72 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 29 Aug 2024 16:46:41 -0400 Subject: production Pixel 9 Pro Fold support --- static/js/web-install.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/js/web-install.js') diff --git a/static/js/web-install.js b/static/js/web-install.js index b402a75f..a8402759 100644 --- a/static/js/web-install.js +++ b/static/js/web-install.js @@ -188,11 +188,11 @@ async function unlockBootloader(setProgress) { return "Bootloader unlocked."; } -const supportedDevices = ["komodo", "caiman", "tokay", "akita", "husky", "shiba", "felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; +const supportedDevices = ["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 = ["komodo", "caiman", "tokay", "akita", "husky", "shiba", "felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble"]; +const day1SnapshotCancelDevices = ["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); -- cgit v1.3.1