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 | 755b54f | 2024-09-04 01:23:33 +0530 | [diff] [blame^] | 12 | readonly build_id="AP2A.240905.003" |
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 | 755b54f | 2024-09-04 01:23:33 +0530 | [diff] [blame^] | 16 | readonly prev_aosp_tag="android-14.0.0_r55" |
| 17 | readonly aosp_tag="android-14.0.0_r67" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 18 | |
Chirayu Desai | 755b54f | 2024-09-04 01:23:33 +0530 | [diff] [blame^] | 19 | readonly build_number="12231197" |
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 image_url="https://dl.google.com/dl/android/aosp/shiba-ap2a.240905.003-factory-e3f78b31.zip" |
| 22 | readonly image_sha256="e3f78b3156ad883bf1c540c125827fcdc0705474f2624f28e9ec6cdb0c6fd850" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 23 | |
Chirayu Desai | 755b54f | 2024-09-04 01:23:33 +0530 | [diff] [blame^] | 24 | readonly flash_url="https://flash.android.com/build/12231197?target=shiba-user&signed" |
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 ota_url="https://dl.google.com/dl/android/aosp/shiba-ota-ap2a.240905.003-fccccd6f.zip" |
| 27 | readonly ota_sha256="fccccd6f7b62048c317fb6c48536afbbbb5b58940a4da64490c4e35ec4f8f747" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 28 | |
Chirayu Desai | 755b54f | 2024-09-04 01:23:33 +0530 | [diff] [blame^] | 29 | readonly security_patch="2024-09-05" |