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 | |
Chirayu Desai | 54ec82e | 2024-03-05 00:41:27 +0530 | [diff] [blame] | 12 | readonly build_id="AP1A.240305.019.A1" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 13 | |
| 14 | # Updated automatically via pixel/update-device-vars.sh |
| 15 | |
Chirayu Desai | 54ec82e | 2024-03-05 00:41:27 +0530 | [diff] [blame] | 16 | readonly prev_aosp_tag="android-14.0.0_r22" |
| 17 | readonly aosp_tag="android-14.0.0_r29" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 18 | |
Chirayu Desai | 54ec82e | 2024-03-05 00:41:27 +0530 | [diff] [blame] | 19 | readonly build_number="11445699" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 20 | |
Chirayu Desai | 54ec82e | 2024-03-05 00:41:27 +0530 | [diff] [blame] | 21 | readonly image_url="https://dl.google.com/dl/android/aosp/panther-ap1a.240305.019.a1-factory-ae1ddec4.zip" |
| 22 | readonly image_sha256="ae1ddec4b4a3f6204d81d21f3742276d3b8df98bdc1a97466e73b41f2ca164bb" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 23 | |
Chirayu Desai | 54ec82e | 2024-03-05 00:41:27 +0530 | [diff] [blame] | 24 | readonly flash_url="https://flash.android.com/build/11445699?target=panther-user&signed" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 25 | |
Chirayu Desai | 54ec82e | 2024-03-05 00:41:27 +0530 | [diff] [blame] | 26 | readonly ota_url="https://dl.google.com/dl/android/aosp/panther-ota-ap1a.240305.019.a1-4eb706b7.zip" |
| 27 | readonly ota_sha256="4eb706b778472cf359882665a745de6ebeed1835be7ba24d49e6aac825c85639" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 28 | |
Chirayu Desai | 54ec82e | 2024-03-05 00:41:27 +0530 | [diff] [blame] | 29 | readonly security_patch="2024-03-05" |