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 | |
Michael Bestas | e6e722b | 2024-02-06 00:05:10 +0200 | [diff] [blame] | 12 | readonly build_id="UQ1A.240205.002" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 13 | |
| 14 | # Updated automatically via pixel/update-device-vars.sh |
| 15 | |
Michael Bestas | e6e722b | 2024-02-06 00:05:10 +0200 | [diff] [blame] | 16 | readonly prev_aosp_tag="android-14.0.0_r20" |
| 17 | readonly aosp_tag="android-14.0.0_r22" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 18 | |
Michael Bestas | e6e722b | 2024-02-06 00:05:10 +0200 | [diff] [blame] | 19 | readonly build_number="11224170" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 20 | |
Michael Bestas | e6e722b | 2024-02-06 00:05:10 +0200 | [diff] [blame] | 21 | readonly image_url="https://dl.google.com/dl/android/aosp/panther-uq1a.240205.002-factory-a5612ce9.zip" |
| 22 | readonly image_sha256="a5612ce96f6d6f615d56ce71ae25acdc32aeddd08bd0fc7b76c21f91aa8d26a4" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 23 | |
Michael Bestas | e6e722b | 2024-02-06 00:05:10 +0200 | [diff] [blame] | 24 | readonly flash_url="https://flash.android.com/build/11224170?target=panther-user&signed" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 25 | |
Michael Bestas | e6e722b | 2024-02-06 00:05:10 +0200 | [diff] [blame] | 26 | readonly ota_url="https://dl.google.com/dl/android/aosp/panther-ota-uq1a.240205.002-016d485b.zip" |
| 27 | readonly ota_sha256="016d485b0c3cbd123ee0aec4b33f776823a05033b0f9cc5fd4cb212c5299f165" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 28 | |
Michael Bestas | e6e722b | 2024-02-06 00:05:10 +0200 | [diff] [blame] | 29 | readonly security_patch="2024-02-05" |