blob: dd01da1bbdfd5e37034091a5631aa8a747a751eb [file] [log] [blame]
Michael Bestas489617a2024-09-17 03:50:16 +03001# Pixel 9 Pro Fold
2
3# Usage: ${device_repos[@]}
4device_repos=(
5 device/google/comet
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/comet-ap4a.241205.013-factory-c38dc0ba.zip"
20readonly image_sha256="c38dc0bacde39ac8c4be0b709fcf1f816baf0df16f2742f6e7f99cb38c2a5bd9"
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=comet-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/comet-ota-ap4a.241205.013-616bfa66.zip"
25readonly ota_sha256="616bfa66d15b5dfd5c76e00d2a8c78a09ffef320eff56d31bcca51d4e8a003b0"
Michael Bestas489617a2024-09-17 03:50:16 +030026
Michael Bestase093ddf2024-12-05 21:27:59 +020027readonly security_patch="2024-12-05"