blob: fc00a6f9c7ab24ee35432d05e17db9dd09aa216d [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
Chirayu Desaid7f1bc82025-02-05 01:22:20 +053010readonly build_id="AP4A.250205.002"
Michael Bestas489617a2024-09-17 03:50:16 +030011
12# Updated automatically via pixel/update-device-vars.sh
13
Chirayu Desaid7f1bc82025-02-05 01:22:20 +053014readonly prev_aosp_tag="android-15.0.0_r10"
15readonly aosp_tag="android-15.0.0_r14"
Michael Bestas489617a2024-09-17 03:50:16 +030016
Chirayu Desaid7f1bc82025-02-05 01:22:20 +053017readonly build_number="12821496"
Michael Bestas489617a2024-09-17 03:50:16 +030018
Chirayu Desaid7f1bc82025-02-05 01:22:20 +053019readonly image_url="https://dl.google.com/dl/android/aosp/caiman-ap4a.250205.002-factory-651a08f8.zip"
20readonly image_sha256="651a08f8b932fbc635eac80a0132506333fbffd6d369c5fb81a8edb7d51e8814"
Michael Bestas489617a2024-09-17 03:50:16 +030021
Chirayu Desaid7f1bc82025-02-05 01:22:20 +053022readonly flash_url="https://flash.android.com/build/12821496?target=caiman-user&signed"
Michael Bestas489617a2024-09-17 03:50:16 +030023
Chirayu Desaid7f1bc82025-02-05 01:22:20 +053024readonly ota_url="https://dl.google.com/dl/android/aosp/caiman-ota-ap4a.250205.002-2e8a8511.zip"
25readonly ota_sha256="2e8a851108d2567be61f6252f76c9d1f38a516cea4fe0066d10764eecc803d96"
Michael Bestas489617a2024-09-17 03:50:16 +030026
Chirayu Desaid7f1bc82025-02-05 01:22:20 +053027readonly security_patch="2025-02-05"