blob: 1604d6c5c24ad3b5b8a5280f382c222a48db41c3 [file] [log] [blame]
Scott Warner1b8cf382023-11-21 22:10:02 -05001# Pixel 8
2
3# Usage: ${device_repos[@]}
4device_repos=(
5 # common repos in husky
6)
7
8readonly fbpk_version="v2"
9
10# Updated semi-manually via pixel/update-any-var.sh
11
Chirayu Desaia1009a92024-06-11 21:50:08 +053012readonly build_id="AP2A.240605.024"
Scott Warner1b8cf382023-11-21 22:10:02 -050013
14# Updated automatically via pixel/update-device-vars.sh
15
Chirayu Desaia1009a92024-06-11 21:50:08 +053016readonly prev_aosp_tag="android-14.0.0_r35"
17readonly aosp_tag="android-14.0.0_r50"
Scott Warner1b8cf382023-11-21 22:10:02 -050018
Chirayu Desaia1009a92024-06-11 21:50:08 +053019readonly build_number="11860263"
Scott Warner1b8cf382023-11-21 22:10:02 -050020
Chirayu Desaia1009a92024-06-11 21:50:08 +053021readonly image_url="https://dl.google.com/dl/android/aosp/shiba-ap2a.240605.024-factory-929fd327.zip"
22readonly image_sha256="929fd327672df58305b923e701ab41bfbc4b4136beabf7799c6ada2cf3864d0e"
Scott Warner1b8cf382023-11-21 22:10:02 -050023
Chirayu Desaia1009a92024-06-11 21:50:08 +053024readonly flash_url="https://flash.android.com/build/11860263?target=shiba-user&signed"
Scott Warner1b8cf382023-11-21 22:10:02 -050025
Chirayu Desaia1009a92024-06-11 21:50:08 +053026readonly ota_url="https://dl.google.com/dl/android/aosp/shiba-ota-ap2a.240605.024-dc846018.zip"
27readonly ota_sha256="dc846018d36f93aa46bcbb9cd029948e33da8c00e3ea5dd7dfa41a31e8b80f91"
Scott Warner1b8cf382023-11-21 22:10:02 -050028
Chirayu Desaia1009a92024-06-11 21:50:08 +053029readonly security_patch="2024-06-05"