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