blob: 6521e5e04a66dd3c693f8ed53863f4056dc89ca8 [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
Scott Warner1b8cf382023-11-21 22:10:02 -05008# Updated semi-manually via pixel/update-any-var.sh
9
Chirayu Desaid7f1bc82025-02-05 01:22:20 +053010readonly build_id="AP4A.250205.002"
Scott Warner1b8cf382023-11-21 22:10:02 -050011
12# Updated automatically via pixel/update-device-vars.sh
13
Chirayu Desaid7f1bc82025-02-05 01:22:20 +053014readonly prev_aosp_tag="android-15.0.0_r10"
15readonly aosp_tag="android-15.0.0_r14"
Scott Warner1b8cf382023-11-21 22:10:02 -050016
Chirayu Desaid7f1bc82025-02-05 01:22:20 +053017readonly build_number="12821496"
Scott Warner1b8cf382023-11-21 22:10:02 -050018
Chirayu Desaid7f1bc82025-02-05 01:22:20 +053019readonly image_url="https://dl.google.com/dl/android/aosp/shiba-ap4a.250205.002-factory-71e85ee9.zip"
20readonly image_sha256="71e85ee9a619fb5b481259f34c258992be58d897696bc2358b4ea1b4ca5a728d"
Scott Warner1b8cf382023-11-21 22:10:02 -050021
Chirayu Desaid7f1bc82025-02-05 01:22:20 +053022readonly flash_url="https://flash.android.com/build/12821496?target=shiba-user&signed"
Scott Warner1b8cf382023-11-21 22:10:02 -050023
Chirayu Desaid7f1bc82025-02-05 01:22:20 +053024readonly ota_url="https://dl.google.com/dl/android/aosp/shiba-ota-ap4a.250205.002-77464ab7.zip"
25readonly ota_sha256="77464ab7b9c8722782a9939a0281c219c102c58c344ce98972cb63d8b947a89d"
Scott Warner1b8cf382023-11-21 22:10:02 -050026
Chirayu Desaid7f1bc82025-02-05 01:22:20 +053027readonly security_patch="2025-02-05"