blob: 9560e9c45ebf34c1c0d4d647e9201817062a5992 [file] [log] [blame]
Michael Bestasdaa46942023-12-22 21:48:11 +00001# Pixel 7 Pro
2
3# Usage: ${device_repos[@]}
4device_repos=(
5 device/google/gs201
6 device/google/pantah
7)
8
Michael Bestasdaa46942023-12-22 21:48:11 +00009# Updated semi-manually via pixel/update-any-var.sh
10
Michael Bestase093ddf2024-12-05 21:27:59 +020011readonly build_id="AP4A.241205.013"
Michael Bestasdaa46942023-12-22 21:48:11 +000012
13# Updated automatically via pixel/update-device-vars.sh
14
Michael Bestase093ddf2024-12-05 21:27:59 +020015readonly prev_aosp_tag="android-15.0.0_r4"
16readonly aosp_tag="android-15.0.0_r6"
Michael Bestasdaa46942023-12-22 21:48:11 +000017
Michael Bestase093ddf2024-12-05 21:27:59 +020018readonly build_number="12621605"
Michael Bestasdaa46942023-12-22 21:48:11 +000019
Michael Bestase093ddf2024-12-05 21:27:59 +020020readonly image_url="https://dl.google.com/dl/android/aosp/cheetah-ap4a.241205.013-factory-93675b9d.zip"
21readonly image_sha256="93675b9dfef9aa9b30b1aa29b342e103ead2c3dcfd5c449af4bab4b0626f13ed"
Michael Bestasdaa46942023-12-22 21:48:11 +000022
Michael Bestase093ddf2024-12-05 21:27:59 +020023readonly flash_url="https://flash.android.com/build/12621605?target=cheetah-user&signed"
Michael Bestasdaa46942023-12-22 21:48:11 +000024
Michael Bestase093ddf2024-12-05 21:27:59 +020025readonly ota_url="https://dl.google.com/dl/android/aosp/cheetah-ota-ap4a.241205.013-295dbbca.zip"
26readonly ota_sha256="295dbbcad1f40ffc69d788fd34b8bae610d764300d83b9e44f1ba44dbabff5b2"
Michael Bestasdaa46942023-12-22 21:48:11 +000027
Michael Bestase093ddf2024-12-05 21:27:59 +020028readonly security_patch="2024-12-05"