blob: 9d9f915bac04060af481c38b6cd2a5bb5fd4245b [file] [log] [blame]
Michael Bestas489617a2024-09-17 03:50:16 +03001# Pixel 9 Pro
2
3# Usage: ${device_repos[@]}
4device_repos=(
5 # common repos in komodo
6)
7
8# Updated semi-manually via pixel/update-any-var.sh
9
Michael Bestase093ddf2024-12-05 21:27:59 +020010readonly build_id="AP4A.241205.013"
Michael Bestas489617a2024-09-17 03:50:16 +030011
12# Updated automatically via pixel/update-device-vars.sh
13
Michael Bestase093ddf2024-12-05 21:27:59 +020014readonly prev_aosp_tag="android-15.0.0_r4"
15readonly aosp_tag="android-15.0.0_r6"
Michael Bestas489617a2024-09-17 03:50:16 +030016
Michael Bestase093ddf2024-12-05 21:27:59 +020017readonly build_number="12621605"
Michael Bestas489617a2024-09-17 03:50:16 +030018
Michael Bestase093ddf2024-12-05 21:27:59 +020019readonly image_url="https://dl.google.com/dl/android/aosp/caiman-ap4a.241205.013-factory-d7703f4c.zip"
20readonly image_sha256="d7703f4cd55e0214d03d35a31cba4c7da1e05966fd68b356653de68ee70c8f9f"
Michael Bestas489617a2024-09-17 03:50:16 +030021
Michael Bestase093ddf2024-12-05 21:27:59 +020022readonly flash_url="https://flash.android.com/build/12621605?target=caiman-user&signed"
Michael Bestas489617a2024-09-17 03:50:16 +030023
Michael Bestase093ddf2024-12-05 21:27:59 +020024readonly ota_url="https://dl.google.com/dl/android/aosp/caiman-ota-ap4a.241205.013-b914a097.zip"
25readonly ota_sha256="b914a097abef5ecc62792fe9cf103b84c676ba64736e7cdc3802102901c87116"
Michael Bestas489617a2024-09-17 03:50:16 +030026
Michael Bestase093ddf2024-12-05 21:27:59 +020027readonly security_patch="2024-12-05"