blob: e52f0186fe6839bca82f17634b19237a61f547a5 [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
Chirayu Desai8f2f6e22024-11-07 02:17:12 +053010readonly build_id="AP3A.241105.008"
Michael Bestas489617a2024-09-17 03:50:16 +030011
12# Updated automatically via pixel/update-device-vars.sh
13
Chirayu Desai8f2f6e22024-11-07 02:17:12 +053014readonly prev_aosp_tag="android-15.0.0_r2"
15readonly aosp_tag="android-15.0.0_r5"
Michael Bestas489617a2024-09-17 03:50:16 +030016
Chirayu Desai8f2f6e22024-11-07 02:17:12 +053017readonly build_number="12485168"
Michael Bestas489617a2024-09-17 03:50:16 +030018
Chirayu Desai8f2f6e22024-11-07 02:17:12 +053019readonly image_url="https://dl.google.com/dl/android/aosp/comet-ap3a.241105.008-factory-342ea0db.zip"
20readonly image_sha256="342ea0dbe713b5b6589a1be4fcd5bce95e244c1af9ad753b9142f8fc993582d8"
Michael Bestas489617a2024-09-17 03:50:16 +030021
Chirayu Desai8f2f6e22024-11-07 02:17:12 +053022readonly flash_url="https://flash.android.com/build/12485168?target=comet-user&signed"
Michael Bestas489617a2024-09-17 03:50:16 +030023
Chirayu Desai8f2f6e22024-11-07 02:17:12 +053024readonly ota_url="https://dl.google.com/dl/android/aosp/comet-ota-ap3a.241105.008-ebe2f388.zip"
25readonly ota_sha256="ebe2f38837b4f8a32dc04f5d3ac53bc9b1ff722fa7cb000237204deadd70179a"
Michael Bestas489617a2024-09-17 03:50:16 +030026
Chirayu Desai8f2f6e22024-11-07 02:17:12 +053027readonly security_patch="2024-11-05"