28 lines
855 B
Plaintext
28 lines
855 B
Plaintext
# Pixel 9 Pro
|
|
|
|
# Usage: ${device_repos[@]}
|
|
device_repos=(
|
|
# common repos in komodo
|
|
)
|
|
|
|
# Updated semi-manually via pixel/update-any-var.sh
|
|
|
|
readonly build_id="AP4A.241205.013"
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="android-15.0.0_r4"
|
|
readonly aosp_tag="android-15.0.0_r6"
|
|
|
|
readonly build_number="12621605"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/caiman-ap4a.241205.013-factory-d7703f4c.zip"
|
|
readonly image_sha256="d7703f4cd55e0214d03d35a31cba4c7da1e05966fd68b356653de68ee70c8f9f"
|
|
|
|
readonly flash_url="https://flash.android.com/build/12621605?target=caiman-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/caiman-ota-ap4a.241205.013-b914a097.zip"
|
|
readonly ota_sha256="b914a097abef5ecc62792fe9cf103b84c676ba64736e7cdc3802102901c87116"
|
|
|
|
readonly security_patch="2024-12-05"
|