Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame^] | 1 | # Pixel 7 Pro |
| 2 | |
| 3 | # Usage: ${device_repos[@]} |
| 4 | device_repos=( |
| 5 | device/google/gs201 |
| 6 | device/google/pantah |
| 7 | ) |
| 8 | |
| 9 | readonly fbpk_version="v2" |
| 10 | |
| 11 | # Updated semi-manually via pixel/update-any-var.sh |
| 12 | |
| 13 | readonly build_id="UQ1A.231205.015" |
| 14 | |
| 15 | # Updated automatically via pixel/update-device-vars.sh |
| 16 | |
| 17 | readonly prev_aosp_tag="android-14.0.0_r14" |
| 18 | readonly aosp_tag="android-14.0.0_r17" |
| 19 | |
| 20 | readonly build_number="11084887" |
| 21 | |
| 22 | readonly image_url="https://dl.google.com/dl/android/aosp/cheetah-uq1a.231205.015-factory-99c57348.zip" |
| 23 | readonly image_sha256="99c573488bcff356696d3072d9d4c57cbf902df55cf723b57c4b2e3366d4809c" |
| 24 | |
| 25 | readonly flash_url="https://flash.android.com/build/11084887?target=cheetah-user&signed" |
| 26 | |
| 27 | readonly ota_url="https://dl.google.com/dl/android/aosp/cheetah-ota-uq1a.231205.015-1811b943.zip" |
| 28 | readonly ota_sha256="1811b943337d5b50c3266d4bc8bf739c1c543b0e431e2f23fba8c9ac4d6a5ec2" |
| 29 | |
| 30 | readonly security_patch="2023-12-05" |