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