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 | |
Chirayu Desai | 8f2f6e2 | 2024-11-07 02:17:12 +0530 | [diff] [blame] | 10 | readonly build_id="AP3A.241105.007" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 11 | |
| 12 | # Updated automatically via pixel/update-device-vars.sh |
| 13 | |
Chirayu Desai | 8f2f6e2 | 2024-11-07 02:17:12 +0530 | [diff] [blame] | 14 | readonly prev_aosp_tag="android-15.0.0_r2" |
| 15 | readonly aosp_tag="android-15.0.0_r4" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 16 | |
Chirayu Desai | 8f2f6e2 | 2024-11-07 02:17:12 +0530 | [diff] [blame] | 17 | readonly build_number="12470370" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 18 | |
Chirayu Desai | 8f2f6e2 | 2024-11-07 02:17:12 +0530 | [diff] [blame] | 19 | readonly image_url="https://dl.google.com/dl/android/aosp/shiba-ap3a.241105.007-factory-b9adba79.zip" |
| 20 | readonly image_sha256="b9adba795ccc33c312635a91a2e46eccbb49d079b7475706576c4a2bb46d4577" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 21 | |
Chirayu Desai | 8f2f6e2 | 2024-11-07 02:17:12 +0530 | [diff] [blame] | 22 | readonly flash_url="https://flash.android.com/build/12470370?target=shiba-user&signed" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 23 | |
Chirayu Desai | 8f2f6e2 | 2024-11-07 02:17:12 +0530 | [diff] [blame] | 24 | readonly ota_url="https://dl.google.com/dl/android/aosp/shiba-ota-ap3a.241105.007-85d3297d.zip" |
| 25 | readonly ota_sha256="85d3297d8f02f304a5b2cf4ea5545e6369f8f52b2083ae00c718201c5bd1ed32" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 26 | |
Chirayu Desai | 8f2f6e2 | 2024-11-07 02:17:12 +0530 | [diff] [blame] | 27 | readonly security_patch="2024-11-05" |