blob: ba9be8126def65dcba6f6d6751780c944748119f [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 Desai6a8a8d02024-08-06 15:50:21 -040012readonly build_id="AP2A.240805.005"
Scott Warner1b8cf382023-11-21 22:10:02 -050013
14# Updated automatically via pixel/update-device-vars.sh
15
Chirayu Desai6a8a8d02024-08-06 15:50:21 -040016readonly prev_aosp_tag="android-14.0.0_r53"
17readonly aosp_tag="android-14.0.0_r55"
Scott Warner1b8cf382023-11-21 22:10:02 -050018
Chirayu Desai6a8a8d02024-08-06 15:50:21 -040019readonly build_number="12025142"
Scott Warner1b8cf382023-11-21 22:10:02 -050020
Chirayu Desai6a8a8d02024-08-06 15:50:21 -040021readonly image_url="https://dl.google.com/dl/android/aosp/shiba-ap2a.240805.005-factory-47c02ead.zip"
22readonly image_sha256="47c02ead914cca59832a20bc477e88fc969127e277eec1f34fe9edd1cee293a3"
Scott Warner1b8cf382023-11-21 22:10:02 -050023
Chirayu Desai6a8a8d02024-08-06 15:50:21 -040024readonly flash_url="https://flash.android.com/build/12025142?target=shiba-user&signed"
Scott Warner1b8cf382023-11-21 22:10:02 -050025
Chirayu Desai6a8a8d02024-08-06 15:50:21 -040026readonly ota_url="https://dl.google.com/dl/android/aosp/shiba-ota-ap2a.240805.005-bcd0cb98.zip"
27readonly ota_sha256="bcd0cb98b4f51d823c7b515f7c2eea5bd864872653c36b30dde99701bc7343fb"
Scott Warner1b8cf382023-11-21 22:10:02 -050028
Chirayu Desai6a8a8d02024-08-06 15:50:21 -040029readonly security_patch="2024-08-05"