diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-08-21 19:34:23 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-08-24 06:05:00 -0400 |
| commit | 7a879a324ee653f9c265aa0bb3de34c7e2e7fd2b (patch) | |
| tree | 84b6124d8fd215793d33e01176971de9beac42b7 /static/js/web-install.js | |
| parent | 47f4ff448def10adb2fe0db99e9b34db539c53fe (diff) | |
add 9th generation Pixel support
Diffstat (limited to 'static/js/web-install.js')
| -rw-r--r-- | static/js/web-install.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/js/web-install.js b/static/js/web-install.js index 66a30d5d..b402a75f 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 = ["akita", "husky", "shiba", "felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; +const supportedDevices = ["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 = ["akita", "husky", "shiba", "felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble"]; +const day1SnapshotCancelDevices = ["komodo", "caiman", "tokay", "akita", "husky", "shiba", "felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble"]; function hasOptimizedFactoryImage(product) { return !legacyQualcommDevices.includes(product); |
