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 | |
| 12 | readonly build_id="AP3A.241005.015" |
| 13 | |
| 14 | # Updated automatically via pixel/update-device-vars.sh |
| 15 | |
| 16 | readonly prev_aosp_tag="android-14.0.0_r67" |
| 17 | readonly aosp_tag="android-15.0.0_r2" |
| 18 | |
| 19 | readonly build_number="12366759" |
| 20 | |
| 21 | readonly image_url="https://dl.google.com/dl/android/aosp/komodo-ap3a.241005.015-factory-2ef380c8.zip" |
| 22 | readonly image_sha256="2ef380c8ded2820c017081427c4a9bec1324cf116e038cfa0d166aeb9df298ed" |
| 23 | |
| 24 | readonly flash_url="https://flash.android.com/build/12366759?target=komodo-user&signed" |
| 25 | |
| 26 | readonly ota_url="https://dl.google.com/dl/android/aosp/komodo-ota-ap3a.241005.015-56f40758.zip" |
| 27 | readonly ota_sha256="56f407586996c9e6aed6fe18df90febdb09dc56bbe496a9923da30d5034760b3" |
| 28 | |
| 29 | readonly security_patch="2024-10-05" |