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 | |
Michael Bestas | e093ddf | 2024-12-05 21:27:59 +0200 | [diff] [blame] | 12 | readonly build_id="AP4A.241205.013" |
Michael Bestas | 489617a | 2024-09-17 03:50:16 +0300 | [diff] [blame] | 13 | |
| 14 | # Updated automatically via pixel/update-device-vars.sh |
| 15 | |
Michael Bestas | e093ddf | 2024-12-05 21:27:59 +0200 | [diff] [blame] | 16 | readonly prev_aosp_tag="android-15.0.0_r4" |
| 17 | readonly aosp_tag="android-15.0.0_r6" |
Michael Bestas | 489617a | 2024-09-17 03:50:16 +0300 | [diff] [blame] | 18 | |
Michael Bestas | e093ddf | 2024-12-05 21:27:59 +0200 | [diff] [blame] | 19 | readonly build_number="12621605" |
Michael Bestas | 489617a | 2024-09-17 03:50:16 +0300 | [diff] [blame] | 20 | |
Michael Bestas | e093ddf | 2024-12-05 21:27:59 +0200 | [diff] [blame] | 21 | readonly image_url="https://dl.google.com/dl/android/aosp/komodo-ap4a.241205.013-factory-7675209b.zip" |
| 22 | readonly image_sha256="7675209b3e5b8902e9942b2721d3bea0a8219ceacf1dcc20d05f48036b7a7e35" |
Michael Bestas | 489617a | 2024-09-17 03:50:16 +0300 | [diff] [blame] | 23 | |
Michael Bestas | e093ddf | 2024-12-05 21:27:59 +0200 | [diff] [blame] | 24 | readonly flash_url="https://flash.android.com/build/12621605?target=komodo-user&signed" |
Michael Bestas | 489617a | 2024-09-17 03:50:16 +0300 | [diff] [blame] | 25 | |
Michael Bestas | e093ddf | 2024-12-05 21:27:59 +0200 | [diff] [blame] | 26 | readonly ota_url="https://dl.google.com/dl/android/aosp/komodo-ota-ap4a.241205.013-9addf596.zip" |
| 27 | readonly ota_sha256="9addf5963f9732b019d29d03d794976903518577a9b89c7fc27a5dd390c88b38" |
Michael Bestas | 489617a | 2024-09-17 03:50:16 +0300 | [diff] [blame] | 28 | |
Michael Bestas | e093ddf | 2024-12-05 21:27:59 +0200 | [diff] [blame] | 29 | readonly security_patch="2024-12-05" |