28 lines
859 B
Plaintext
28 lines
859 B
Plaintext
# Pixel 6a
|
|
|
|
# Usage: ${device_repos[@]}
|
|
device_repos=(
|
|
device/google/bluejay
|
|
)
|
|
|
|
# Updated semi-manually via pixel/update-any-var.sh
|
|
|
|
readonly build_id="BP2A.250605.031.A2"
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="android-15.0.0_r32"
|
|
readonly aosp_tag="aml_tz6_351400020"
|
|
|
|
readonly build_number="13578606"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/bluejay-bp2a.250605.031.a2-factory-d7a89215.zip"
|
|
readonly image_sha256="d7a8921521b13555005b6be393ca5296a710dd50116c375bbf8f6ef492caac71"
|
|
|
|
readonly flash_url="https://flash.android.com/build/13578606?target=bluejay-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/bluejay-ota-bp2a.250605.031.a2-71681dcb.zip"
|
|
readonly ota_sha256="71681dcb1b6a9492aab6b463986297a08cda2e68a3de026c53c954e75092d045"
|
|
|
|
readonly security_patch="unknown"
|