Michael Bestas | 635d29e | 2024-05-10 18:30:18 +0300 | [diff] [blame] | 1 | # Pixel 8a |
| 2 | |
| 3 | # Usage: ${device_repos[@]} |
| 4 | device_repos=( |
| 5 | device/google/akita |
| 6 | ) |
| 7 | |
Michael Bestas | 635d29e | 2024-05-10 18:30:18 +0300 | [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" |
Michael Bestas | 635d29e | 2024-05-10 18:30:18 +0300 | [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" |
Michael Bestas | 635d29e | 2024-05-10 18:30:18 +0300 | [diff] [blame] | 16 | |
Chirayu Desai | 8f2f6e2 | 2024-11-07 02:17:12 +0530 | [diff] [blame] | 17 | readonly build_number="12470370" |
Michael Bestas | 635d29e | 2024-05-10 18:30:18 +0300 | [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/akita-ap3a.241105.007-factory-680e6948.zip" |
| 20 | readonly image_sha256="680e69480d997c375eb5f6b6ab4685e1cab86a7fa88f1f4d0272291c171cdeab" |
Michael Bestas | 635d29e | 2024-05-10 18:30:18 +0300 | [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=akita-user&signed" |
Michael Bestas | 635d29e | 2024-05-10 18:30:18 +0300 | [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/akita-ota-ap3a.241105.007-38cfd2b5.zip" |
| 25 | readonly ota_sha256="38cfd2b5c0ac39682c38fab939413790f05364a1ab46cb58b1d3b41fa20f1564" |
Michael Bestas | 635d29e | 2024-05-10 18:30:18 +0300 | [diff] [blame] | 26 | |
Chirayu Desai | 8f2f6e2 | 2024-11-07 02:17:12 +0530 | [diff] [blame] | 27 | readonly security_patch="2024-11-05" |