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 | |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 8 | # Updated semi-manually via pixel/update-any-var.sh |
| 9 | |
Michael Bestas | e093ddf | 2024-12-05 21:27:59 +0200 | [diff] [blame^] | 10 | readonly build_id="AP4A.241205.013" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 11 | |
| 12 | # Updated automatically via pixel/update-device-vars.sh |
| 13 | |
Michael Bestas | e093ddf | 2024-12-05 21:27:59 +0200 | [diff] [blame^] | 14 | readonly prev_aosp_tag="android-15.0.0_r4" |
| 15 | readonly aosp_tag="android-15.0.0_r6" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 16 | |
Michael Bestas | e093ddf | 2024-12-05 21:27:59 +0200 | [diff] [blame^] | 17 | readonly build_number="12621605" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 18 | |
Michael Bestas | e093ddf | 2024-12-05 21:27:59 +0200 | [diff] [blame^] | 19 | readonly image_url="https://dl.google.com/dl/android/aosp/shiba-ap4a.241205.013-factory-66f111e2.zip" |
| 20 | readonly image_sha256="66f111e269d327e69f5906e1103bf362be122f77f27df14b3be66fea94b1bb09" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 21 | |
Michael Bestas | e093ddf | 2024-12-05 21:27:59 +0200 | [diff] [blame^] | 22 | readonly flash_url="https://flash.android.com/build/12621605?target=shiba-user&signed" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 23 | |
Michael Bestas | e093ddf | 2024-12-05 21:27:59 +0200 | [diff] [blame^] | 24 | readonly ota_url="https://dl.google.com/dl/android/aosp/shiba-ota-ap4a.241205.013-7f13493c.zip" |
| 25 | readonly ota_sha256="7f13493c46dcf18070a5dda5c5a323056f66107e78e054f9ddc3b3bfd6372288" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 26 | |
Michael Bestas | e093ddf | 2024-12-05 21:27:59 +0200 | [diff] [blame^] | 27 | readonly security_patch="2024-12-05" |