Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 1 | # Pixel 8 Pro |
| 2 | |
| 3 | # Usage: ${device_repos[@]} |
| 4 | device_repos=( |
| 5 | device/google/gs-common |
| 6 | device/google/zuma |
| 7 | device/google/shusky |
| 8 | ) |
| 9 | |
| 10 | readonly fbpk_version="v2" |
| 11 | |
| 12 | # Updated semi-manually via pixel/update-any-var.sh |
| 13 | |
Chirayu Desai | 6437f6a | 2024-04-03 03:46:04 +0530 | [diff] [blame^] | 14 | readonly build_id="AP1A.240405.002" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 15 | |
| 16 | # Updated automatically via pixel/update-device-vars.sh |
| 17 | |
Chirayu Desai | 6437f6a | 2024-04-03 03:46:04 +0530 | [diff] [blame^] | 18 | readonly prev_aosp_tag="android-14.0.0_r29" |
| 19 | readonly aosp_tag="android-14.0.0_r30" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 20 | |
Chirayu Desai | 6437f6a | 2024-04-03 03:46:04 +0530 | [diff] [blame^] | 21 | readonly build_number="11480754" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 22 | |
Chirayu Desai | 6437f6a | 2024-04-03 03:46:04 +0530 | [diff] [blame^] | 23 | readonly image_url="https://dl.google.com/dl/android/aosp/husky-ap1a.240405.002-factory-e2ea86d4.zip" |
| 24 | readonly image_sha256="e2ea86d45a89e38e0f5e7b638896b63636beac40173d743622951abd53e15dad" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 25 | |
Chirayu Desai | 6437f6a | 2024-04-03 03:46:04 +0530 | [diff] [blame^] | 26 | readonly flash_url="https://flash.android.com/build/11480754?target=husky-user&signed" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 27 | |
Chirayu Desai | 6437f6a | 2024-04-03 03:46:04 +0530 | [diff] [blame^] | 28 | readonly ota_url="https://dl.google.com/dl/android/aosp/husky-ota-ap1a.240405.002-2c9cdda5.zip" |
| 29 | readonly ota_sha256="2c9cdda587b42d6e3bcac32feb4d0afd2ebd143a10511d5c3649c0b6240e31a2" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 30 | |
Chirayu Desai | 6437f6a | 2024-04-03 03:46:04 +0530 | [diff] [blame^] | 31 | readonly security_patch="2024-04-05" |