blob: 5e7c54b55c9915b44537fe4eae296c8e012c19e5 [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 Desai69e025c2024-05-08 00:53:21 +053012readonly build_id="AP1A.240505.005"
Scott Warner1b8cf382023-11-21 22:10:02 -050013
14# Updated automatically via pixel/update-device-vars.sh
15
Chirayu Desai69e025c2024-05-08 00:53:21 +053016readonly prev_aosp_tag="android-14.0.0_r33"
17readonly aosp_tag="android-14.0.0_r35"
Scott Warner1b8cf382023-11-21 22:10:02 -050018
Chirayu Desai69e025c2024-05-08 00:53:21 +053019readonly build_number="11677807"
Scott Warner1b8cf382023-11-21 22:10:02 -050020
Chirayu Desai69e025c2024-05-08 00:53:21 +053021readonly image_url="https://dl.google.com/dl/android/aosp/shiba-ap1a.240505.005-factory-d0adedea.zip"
22readonly image_sha256="d0adedeaf20b1f11e92cf89c15524a2646bd72ad96cc85fc3ceab4acb10a8923"
Scott Warner1b8cf382023-11-21 22:10:02 -050023
Chirayu Desai69e025c2024-05-08 00:53:21 +053024readonly flash_url="https://flash.android.com/build/11677807?target=shiba-user&signed"
Scott Warner1b8cf382023-11-21 22:10:02 -050025
Chirayu Desai69e025c2024-05-08 00:53:21 +053026readonly ota_url="https://dl.google.com/dl/android/aosp/shiba-ota-ap1a.240505.005-1ab58b6a.zip"
27readonly ota_sha256="1ab58b6a5926eb8782379b0a436b4835bf6416e12bcdeb91cc07224e4fed0171"
Scott Warner1b8cf382023-11-21 22:10:02 -050028
Chirayu Desai69e025c2024-05-08 00:53:21 +053029readonly security_patch="2024-05-05"