blob: 15b95bab4994e93995c314ba71edc7d068c9c10b [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
9readonly fbpk_version="v2"
10
11# Updated semi-manually via pixel/update-any-var.sh
12
Michael Bestase6e722b2024-02-06 00:05:10 +020013readonly build_id="UQ1A.240205.002"
Michael Bestasdaa46942023-12-22 21:48:11 +000014
15# Updated automatically via pixel/update-device-vars.sh
16
Michael Bestase6e722b2024-02-06 00:05:10 +020017readonly prev_aosp_tag="android-14.0.0_r20"
18readonly aosp_tag="android-14.0.0_r22"
Michael Bestasdaa46942023-12-22 21:48:11 +000019
Michael Bestase6e722b2024-02-06 00:05:10 +020020readonly build_number="11224170"
Michael Bestasdaa46942023-12-22 21:48:11 +000021
Michael Bestase6e722b2024-02-06 00:05:10 +020022readonly image_url="https://dl.google.com/dl/android/aosp/cheetah-uq1a.240205.002-factory-2a7e9666.zip"
23readonly image_sha256="2a7e9666afff6cdfc797a5f3525a9428b2a1e29ec0f56dae7d940777ff6362d6"
Michael Bestasdaa46942023-12-22 21:48:11 +000024
Michael Bestase6e722b2024-02-06 00:05:10 +020025readonly flash_url="https://flash.android.com/build/11224170?target=cheetah-user&signed"
Michael Bestasdaa46942023-12-22 21:48:11 +000026
Michael Bestase6e722b2024-02-06 00:05:10 +020027readonly ota_url="https://dl.google.com/dl/android/aosp/cheetah-ota-uq1a.240205.002-e8bd0fe0.zip"
28readonly ota_sha256="e8bd0fe00c23cf77bf54c26ac6d7cf3c7f6ee6922d13d7d74da2716331cf5a57"
Michael Bestasdaa46942023-12-22 21:48:11 +000029
Michael Bestase6e722b2024-02-06 00:05:10 +020030readonly security_patch="2024-02-05"