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 | 7b68adc | 2025-01-08 01:06:59 +0530 | [diff] [blame^] | 10 | readonly build_id="AP4A.250105.002" |
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 | 7b68adc | 2025-01-08 01:06:59 +0530 | [diff] [blame^] | 14 | readonly prev_aosp_tag="android-15.0.0_r6" |
| 15 | readonly aosp_tag="android-15.0.0_r10" |
Michael Bestas | 635d29e | 2024-05-10 18:30:18 +0300 | [diff] [blame] | 16 | |
Chirayu Desai | 7b68adc | 2025-01-08 01:06:59 +0530 | [diff] [blame^] | 17 | readonly build_number="12701944" |
Michael Bestas | 635d29e | 2024-05-10 18:30:18 +0300 | [diff] [blame] | 18 | |
Chirayu Desai | 7b68adc | 2025-01-08 01:06:59 +0530 | [diff] [blame^] | 19 | readonly image_url="https://dl.google.com/dl/android/aosp/akita-ap4a.250105.002-factory-1c5c298d.zip" |
| 20 | readonly image_sha256="1c5c298daa1e66408c49a796d61cc16c7f7858eabafa9b6c87c1a32b4359a341" |
Michael Bestas | 635d29e | 2024-05-10 18:30:18 +0300 | [diff] [blame] | 21 | |
Chirayu Desai | 7b68adc | 2025-01-08 01:06:59 +0530 | [diff] [blame^] | 22 | readonly flash_url="https://flash.android.com/build/12701944?target=akita-user&signed" |
Michael Bestas | 635d29e | 2024-05-10 18:30:18 +0300 | [diff] [blame] | 23 | |
Chirayu Desai | 7b68adc | 2025-01-08 01:06:59 +0530 | [diff] [blame^] | 24 | readonly ota_url="https://dl.google.com/dl/android/aosp/akita-ota-ap4a.250105.002-640ed10d.zip" |
| 25 | readonly ota_sha256="640ed10d073af3320869c5ad4c1747a66cda9195e94d57b1dbd23bc96ca95ba8" |
Michael Bestas | 635d29e | 2024-05-10 18:30:18 +0300 | [diff] [blame] | 26 | |
Chirayu Desai | 7b68adc | 2025-01-08 01:06:59 +0530 | [diff] [blame^] | 27 | readonly security_patch="2025-01-05" |