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 | 755b54f | 2024-09-04 01:23:33 +0530 | [diff] [blame] | 14 | readonly build_id="AP2A.240905.003" |
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 | 755b54f | 2024-09-04 01:23:33 +0530 | [diff] [blame] | 18 | readonly prev_aosp_tag="android-14.0.0_r55" |
| 19 | readonly aosp_tag="android-14.0.0_r67" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 20 | |
Chirayu Desai | 755b54f | 2024-09-04 01:23:33 +0530 | [diff] [blame] | 21 | readonly build_number="12231197" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 22 | |
Chirayu Desai | 755b54f | 2024-09-04 01:23:33 +0530 | [diff] [blame] | 23 | readonly image_url="https://dl.google.com/dl/android/aosp/husky-ap2a.240905.003-factory-3d55ebeb.zip" |
| 24 | readonly image_sha256="3d55ebeba69775da9e7443f3046f3a4931d9453a7e5fd050fe1f0721c34cbd1e" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 25 | |
Chirayu Desai | 755b54f | 2024-09-04 01:23:33 +0530 | [diff] [blame] | 26 | readonly flash_url="https://flash.android.com/build/12231197?target=husky-user&signed" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 27 | |
Chirayu Desai | 755b54f | 2024-09-04 01:23:33 +0530 | [diff] [blame] | 28 | readonly ota_url="https://dl.google.com/dl/android/aosp/husky-ota-ap2a.240905.003-b20862e1.zip" |
| 29 | readonly ota_sha256="b20862e1a8eb63fccca0219ee8651cf8e3542d9c5f3aa7161f93e3c7f4c201a1" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 30 | |
Chirayu Desai | 755b54f | 2024-09-04 01:23:33 +0530 | [diff] [blame] | 31 | readonly security_patch="2024-09-05" |