30 lines
892 B
Plaintext
30 lines
892 B
Plaintext
# Pixel 9 Pro XL
|
|
|
|
# Usage: ${device_repos[@]}
|
|
device_repos=(
|
|
device/google/gs-common
|
|
device/google/zumapro
|
|
device/google/caimito
|
|
)
|
|
|
|
# Updated semi-manually via pixel/update-any-var.sh
|
|
|
|
readonly build_id="BP3A.251105.015"
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="aml_tz6_351400020"
|
|
readonly aosp_tag="unknown"
|
|
|
|
readonly build_number="14339231"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/komodo-bp3a.251105.015-factory-385774fa.zip"
|
|
readonly image_sha256="385774faffcd3b1a6be07ffd9568f94c2bf1e4616d1d2bad7b54772ebd605331"
|
|
|
|
readonly flash_url="https://flash.android.com/build/14339231?target=komodo-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/komodo-ota-bp3a.251105.015-15097b7d.zip"
|
|
readonly ota_sha256="15097b7da985540f623cfd32cce8912851e6b4e650ef4fe61369c67a68b7cc70"
|
|
|
|
readonly security_patch="unknown"
|