blob: 8c6ef068e3339fb036cc8667e5f9bdafdd820d86 [file] [log] [blame]
Michael Bestasdaa46942023-12-22 21:48:11 +00001# Pixel 7
2
3# Usage: ${device_repos[@]}
4device_repos=(
5 # common repos in cheetah
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"
Michael Bestasdaa46942023-12-22 21:48:11 +000013
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"
Michael Bestasdaa46942023-12-22 21:48:11 +000018
Chirayu Desaia1009a92024-06-11 21:50:08 +053019readonly build_number="11860263"
Michael Bestasdaa46942023-12-22 21:48:11 +000020
Chirayu Desaia1009a92024-06-11 21:50:08 +053021readonly image_url="https://dl.google.com/dl/android/aosp/panther-ap2a.240605.024-factory-17c9b82b.zip"
22readonly image_sha256="17c9b82b277d2ae39d03695f875d80d2738b4aedebcbbeab583c00c6dcf171a1"
Michael Bestasdaa46942023-12-22 21:48:11 +000023
Chirayu Desaia1009a92024-06-11 21:50:08 +053024readonly flash_url="https://flash.android.com/build/11860263?target=panther-user&signed"
Michael Bestasdaa46942023-12-22 21:48:11 +000025
Chirayu Desaia1009a92024-06-11 21:50:08 +053026readonly ota_url="https://dl.google.com/dl/android/aosp/panther-ota-ap2a.240605.024-e6aff00e.zip"
27readonly ota_sha256="e6aff00ee8ad6b40b4474a8242c91bdea07f894d321cf897512e9ff0967ce7d8"
Michael Bestasdaa46942023-12-22 21:48:11 +000028
Chirayu Desaia1009a92024-06-11 21:50:08 +053029readonly security_patch="2024-06-05"