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 | 69e025c | 2024-05-08 00:53:21 +0530 | [diff] [blame] | 14 | readonly build_id="AP1A.240505.005" |
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 | 69e025c | 2024-05-08 00:53:21 +0530 | [diff] [blame] | 18 | readonly prev_aosp_tag="android-14.0.0_r33" |
| 19 | readonly aosp_tag="android-14.0.0_r35" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 20 | |
Chirayu Desai | 69e025c | 2024-05-08 00:53:21 +0530 | [diff] [blame] | 21 | readonly build_number="11677807" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 22 | |
Chirayu Desai | 69e025c | 2024-05-08 00:53:21 +0530 | [diff] [blame] | 23 | readonly image_url="https://dl.google.com/dl/android/aosp/husky-ap1a.240505.005-factory-6fe67f4a.zip" |
| 24 | readonly image_sha256="6fe67f4a55f27e4b033dca50ad273aa0c2be56cc7931363292318b5531359ec1" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 25 | |
Chirayu Desai | 69e025c | 2024-05-08 00:53:21 +0530 | [diff] [blame] | 26 | readonly flash_url="https://flash.android.com/build/11677807?target=husky-user&signed" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 27 | |
Chirayu Desai | 69e025c | 2024-05-08 00:53:21 +0530 | [diff] [blame] | 28 | readonly ota_url="https://dl.google.com/dl/android/aosp/husky-ota-ap1a.240505.005-6fd4a237.zip" |
| 29 | readonly ota_sha256="6fd4a237bc7071482d5a28aa96c867fb2e8f133302ae853b25000b61cf82e190" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 30 | |
Chirayu Desai | 69e025c | 2024-05-08 00:53:21 +0530 | [diff] [blame] | 31 | readonly security_patch="2024-05-05" |