From a41afea74abbc0a4d372e08a1028a8df24b3ea01 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 11 May 2024 18:50:06 -0400 Subject: add Pixel 8a support --- static/js/web-install.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'static/js/web-install.js') diff --git a/static/js/web-install.js b/static/js/web-install.js index 65e46d10..46c0e4a0 100644 --- a/static/js/web-install.js +++ b/static/js/web-install.js @@ -188,15 +188,15 @@ async function unlockBootloader(setProgress) { return "Bootloader unlocked."; } -const supportedDevices = ["husky", "shiba", "felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; +const supportedDevices = ["akita", "husky", "shiba", "felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; const qualcommDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; const legacyQualcommDevices = ["sunfish", "coral", "flame"]; -const tensorDevices = ["husky", "shiba", "felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole"]; +const tensorDevices = ["akita", "husky", "shiba", "felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole"]; -const day1SnapshotCancelDevices = ["husky", "shiba", "felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble"]; +const day1SnapshotCancelDevices = ["akita", "husky", "shiba", "felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble"]; async function getLatestRelease() { let product = await device.getVariable("product"); -- cgit v1.3.1