blob: 530fe0e5c46dbab4759d25eda5b0e98be82b2328 [file] [log] [blame]
Michael Bestas489617a2024-09-17 03:50:16 +03001# Pixel 9
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/tokay-ap4a.241205.013-factory-a7bce002.zip"
20readonly image_sha256="a7bce00279ebacd994b1bd932cdcfbdce6722a251d946261967cada8063f32e6"
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=tokay-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/tokay-ota-ap4a.241205.013-e7b70ea0.zip"
25readonly ota_sha256="e7b70ea0964619ba1420094e18bab58f18115e4c0f151115ec0c44f2ccf2def7"
Michael Bestas489617a2024-09-17 03:50:16 +030026
Michael Bestase093ddf2024-12-05 21:27:59 +020027readonly security_patch="2024-12-05"