Michael Bestas | 489617a | 2024-09-17 03:50:16 +0300 | [diff] [blame] | 1 | # Pixel 9 Pro XL |
| 2 | |
| 3 | # Usage: ${device_repos[@]} |
| 4 | device_repos=( |
| 5 | device/google/gs-common |
| 6 | device/google/zumapro |
| 7 | device/google/caimito |
| 8 | ) |
| 9 | |
| 10 | # Updated semi-manually via pixel/update-any-var.sh |
| 11 | |
Chirayu Desai | d7f1bc8 | 2025-02-05 01:22:20 +0530 | [diff] [blame] | 12 | readonly build_id="AP4A.250205.002" |
Michael Bestas | 489617a | 2024-09-17 03:50:16 +0300 | [diff] [blame] | 13 | |
| 14 | # Updated automatically via pixel/update-device-vars.sh |
| 15 | |
Chirayu Desai | d7f1bc8 | 2025-02-05 01:22:20 +0530 | [diff] [blame] | 16 | readonly prev_aosp_tag="android-15.0.0_r10" |
| 17 | readonly aosp_tag="android-15.0.0_r14" |
Michael Bestas | 489617a | 2024-09-17 03:50:16 +0300 | [diff] [blame] | 18 | |
Chirayu Desai | d7f1bc8 | 2025-02-05 01:22:20 +0530 | [diff] [blame] | 19 | readonly build_number="12821496" |
Michael Bestas | 489617a | 2024-09-17 03:50:16 +0300 | [diff] [blame] | 20 | |
Chirayu Desai | d7f1bc8 | 2025-02-05 01:22:20 +0530 | [diff] [blame] | 21 | readonly image_url="https://dl.google.com/dl/android/aosp/komodo-ap4a.250205.002-factory-abcd406b.zip" |
| 22 | readonly image_sha256="abcd406b173a066466c54cfd64e0dc4e50cbc4a9cf602a3ea860d48e4f8088fa" |
Michael Bestas | 489617a | 2024-09-17 03:50:16 +0300 | [diff] [blame] | 23 | |
Chirayu Desai | d7f1bc8 | 2025-02-05 01:22:20 +0530 | [diff] [blame] | 24 | readonly flash_url="https://flash.android.com/build/12821496?target=komodo-user&signed" |
Michael Bestas | 489617a | 2024-09-17 03:50:16 +0300 | [diff] [blame] | 25 | |
Chirayu Desai | d7f1bc8 | 2025-02-05 01:22:20 +0530 | [diff] [blame] | 26 | readonly ota_url="https://dl.google.com/dl/android/aosp/komodo-ota-ap4a.250205.002-e3270b8a.zip" |
| 27 | readonly ota_sha256="e3270b8afb184c4ff8e4e9ad8275bc48939f7da71549122e8244f4cf3d74dab8" |
Michael Bestas | 489617a | 2024-09-17 03:50:16 +0300 | [diff] [blame] | 28 | |
Chirayu Desai | d7f1bc8 | 2025-02-05 01:22:20 +0530 | [diff] [blame] | 29 | readonly security_patch="2025-02-05" |