blob: cd2d6417fadb9fabdc7f3e827e6b7a277fcc1ce6 [file] [log] [blame]
Scott Warner1b8cf382023-11-21 22:10:02 -05001# Pixel 8 Pro
2
3# Usage: ${device_repos[@]}
4device_repos=(
5 device/google/gs-common
6 device/google/zuma
7 device/google/shusky
8)
9
10readonly fbpk_version="v2"
11
12# Updated semi-manually via pixel/update-any-var.sh
13
Chirayu Desai755b54f2024-09-04 01:23:33 +053014readonly build_id="AP2A.240905.003"
Scott Warner1b8cf382023-11-21 22:10:02 -050015
16# Updated automatically via pixel/update-device-vars.sh
17
Chirayu Desai755b54f2024-09-04 01:23:33 +053018readonly prev_aosp_tag="android-14.0.0_r55"
19readonly aosp_tag="android-14.0.0_r67"
Scott Warner1b8cf382023-11-21 22:10:02 -050020
Chirayu Desai755b54f2024-09-04 01:23:33 +053021readonly build_number="12231197"
Scott Warner1b8cf382023-11-21 22:10:02 -050022
Chirayu Desai755b54f2024-09-04 01:23:33 +053023readonly image_url="https://dl.google.com/dl/android/aosp/husky-ap2a.240905.003-factory-3d55ebeb.zip"
24readonly image_sha256="3d55ebeba69775da9e7443f3046f3a4931d9453a7e5fd050fe1f0721c34cbd1e"
Scott Warner1b8cf382023-11-21 22:10:02 -050025
Chirayu Desai755b54f2024-09-04 01:23:33 +053026readonly flash_url="https://flash.android.com/build/12231197?target=husky-user&signed"
Scott Warner1b8cf382023-11-21 22:10:02 -050027
Chirayu Desai755b54f2024-09-04 01:23:33 +053028readonly ota_url="https://dl.google.com/dl/android/aosp/husky-ota-ap2a.240905.003-b20862e1.zip"
29readonly ota_sha256="b20862e1a8eb63fccca0219ee8651cf8e3542d9c5f3aa7161f93e3c7f4c201a1"
Scott Warner1b8cf382023-11-21 22:10:02 -050030
Chirayu Desai755b54f2024-09-04 01:23:33 +053031readonly security_patch="2024-09-05"