Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 1 | # Pixel 8 |
| 2 | |
| 3 | # Usage: ${device_repos[@]} |
| 4 | device_repos=( |
| 5 | # common repos in husky |
| 6 | ) |
| 7 | |
| 8 | readonly fbpk_version="v2" |
| 9 | |
| 10 | # Updated semi-manually via pixel/update-any-var.sh |
| 11 | |
Chirayu Desai | a1009a9 | 2024-06-11 21:50:08 +0530 | [diff] [blame] | 12 | readonly build_id="AP2A.240605.024" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 13 | |
| 14 | # Updated automatically via pixel/update-device-vars.sh |
| 15 | |
Chirayu Desai | a1009a9 | 2024-06-11 21:50:08 +0530 | [diff] [blame] | 16 | readonly prev_aosp_tag="android-14.0.0_r35" |
| 17 | readonly aosp_tag="android-14.0.0_r50" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 18 | |
Chirayu Desai | a1009a9 | 2024-06-11 21:50:08 +0530 | [diff] [blame] | 19 | readonly build_number="11860263" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 20 | |
Chirayu Desai | a1009a9 | 2024-06-11 21:50:08 +0530 | [diff] [blame] | 21 | readonly image_url="https://dl.google.com/dl/android/aosp/shiba-ap2a.240605.024-factory-929fd327.zip" |
| 22 | readonly image_sha256="929fd327672df58305b923e701ab41bfbc4b4136beabf7799c6ada2cf3864d0e" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 23 | |
Chirayu Desai | a1009a9 | 2024-06-11 21:50:08 +0530 | [diff] [blame] | 24 | readonly flash_url="https://flash.android.com/build/11860263?target=shiba-user&signed" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 25 | |
Chirayu Desai | a1009a9 | 2024-06-11 21:50:08 +0530 | [diff] [blame] | 26 | readonly ota_url="https://dl.google.com/dl/android/aosp/shiba-ota-ap2a.240605.024-dc846018.zip" |
| 27 | readonly ota_sha256="dc846018d36f93aa46bcbb9cd029948e33da8c00e3ea5dd7dfa41a31e8b80f91" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 28 | |
Chirayu Desai | a1009a9 | 2024-06-11 21:50:08 +0530 | [diff] [blame] | 29 | readonly security_patch="2024-06-05" |