blob: d273185e6230f66d7b254355ce9be0bf4ccbe216 [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 Desai755b54f2024-09-04 01:23:33 +053012readonly build_id="AP2A.240905.003"
Scott Warner1b8cf382023-11-21 22:10:02 -050013
14# Updated automatically via pixel/update-device-vars.sh
15
Chirayu Desai755b54f2024-09-04 01:23:33 +053016readonly prev_aosp_tag="android-14.0.0_r55"
17readonly aosp_tag="android-14.0.0_r67"
Scott Warner1b8cf382023-11-21 22:10:02 -050018
Chirayu Desai755b54f2024-09-04 01:23:33 +053019readonly build_number="12231197"
Scott Warner1b8cf382023-11-21 22:10:02 -050020
Chirayu Desai755b54f2024-09-04 01:23:33 +053021readonly image_url="https://dl.google.com/dl/android/aosp/shiba-ap2a.240905.003-factory-e3f78b31.zip"
22readonly image_sha256="e3f78b3156ad883bf1c540c125827fcdc0705474f2624f28e9ec6cdb0c6fd850"
Scott Warner1b8cf382023-11-21 22:10:02 -050023
Chirayu Desai755b54f2024-09-04 01:23:33 +053024readonly flash_url="https://flash.android.com/build/12231197?target=shiba-user&signed"
Scott Warner1b8cf382023-11-21 22:10:02 -050025
Chirayu Desai755b54f2024-09-04 01:23:33 +053026readonly ota_url="https://dl.google.com/dl/android/aosp/shiba-ota-ap2a.240905.003-fccccd6f.zip"
27readonly ota_sha256="fccccd6f7b62048c317fb6c48536afbbbb5b58940a4da64490c4e35ec4f8f747"
Scott Warner1b8cf382023-11-21 22:10:02 -050028
Chirayu Desai755b54f2024-09-04 01:23:33 +053029readonly security_patch="2024-09-05"