blob: d86418fbb6070e48b3691b1c6951ee897713dbb8 [file] [log] [blame]
Michael Bestas489617a2024-09-17 03:50:16 +03001# Pixel 9 Pro XL
2
3# Usage: ${device_repos[@]}
4device_repos=(
5 device/google/gs-common
6 device/google/zumapro
7 device/google/caimito
8)
9
10# Updated semi-manually via pixel/update-any-var.sh
11
Michael Bestase093ddf2024-12-05 21:27:59 +020012readonly build_id="AP4A.241205.013"
Michael Bestas489617a2024-09-17 03:50:16 +030013
14# Updated automatically via pixel/update-device-vars.sh
15
Michael Bestase093ddf2024-12-05 21:27:59 +020016readonly prev_aosp_tag="android-15.0.0_r4"
17readonly aosp_tag="android-15.0.0_r6"
Michael Bestas489617a2024-09-17 03:50:16 +030018
Michael Bestase093ddf2024-12-05 21:27:59 +020019readonly build_number="12621605"
Michael Bestas489617a2024-09-17 03:50:16 +030020
Michael Bestase093ddf2024-12-05 21:27:59 +020021readonly image_url="https://dl.google.com/dl/android/aosp/komodo-ap4a.241205.013-factory-7675209b.zip"
22readonly image_sha256="7675209b3e5b8902e9942b2721d3bea0a8219ceacf1dcc20d05f48036b7a7e35"
Michael Bestas489617a2024-09-17 03:50:16 +030023
Michael Bestase093ddf2024-12-05 21:27:59 +020024readonly flash_url="https://flash.android.com/build/12621605?target=komodo-user&signed"
Michael Bestas489617a2024-09-17 03:50:16 +030025
Michael Bestase093ddf2024-12-05 21:27:59 +020026readonly ota_url="https://dl.google.com/dl/android/aosp/komodo-ota-ap4a.241205.013-9addf596.zip"
27readonly ota_sha256="9addf5963f9732b019d29d03d794976903518577a9b89c7fc27a5dd390c88b38"
Michael Bestas489617a2024-09-17 03:50:16 +030028
Michael Bestase093ddf2024-12-05 21:27:59 +020029readonly security_patch="2024-12-05"