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 | 69e025c | 2024-05-08 00:53:21 +0530 | [diff] [blame] | 12 | readonly build_id="AP1A.240505.005" |
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 | 69e025c | 2024-05-08 00:53:21 +0530 | [diff] [blame] | 16 | readonly prev_aosp_tag="android-14.0.0_r33" |
| 17 | readonly aosp_tag="android-14.0.0_r35" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 18 | |
Chirayu Desai | 69e025c | 2024-05-08 00:53:21 +0530 | [diff] [blame] | 19 | readonly build_number="11677807" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 20 | |
Chirayu Desai | 69e025c | 2024-05-08 00:53:21 +0530 | [diff] [blame] | 21 | readonly image_url="https://dl.google.com/dl/android/aosp/shiba-ap1a.240505.005-factory-d0adedea.zip" |
| 22 | readonly image_sha256="d0adedeaf20b1f11e92cf89c15524a2646bd72ad96cc85fc3ceab4acb10a8923" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 23 | |
Chirayu Desai | 69e025c | 2024-05-08 00:53:21 +0530 | [diff] [blame] | 24 | readonly flash_url="https://flash.android.com/build/11677807?target=shiba-user&signed" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 25 | |
Chirayu Desai | 69e025c | 2024-05-08 00:53:21 +0530 | [diff] [blame] | 26 | readonly ota_url="https://dl.google.com/dl/android/aosp/shiba-ota-ap1a.240505.005-1ab58b6a.zip" |
| 27 | readonly ota_sha256="1ab58b6a5926eb8782379b0a436b4835bf6416e12bcdeb91cc07224e4fed0171" |
Scott Warner | 1b8cf38 | 2023-11-21 22:10:02 -0500 | [diff] [blame] | 28 | |
Chirayu Desai | 69e025c | 2024-05-08 00:53:21 +0530 | [diff] [blame] | 29 | readonly security_patch="2024-05-05" |