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 | 8f2f6e2 | 2024-11-07 02:17:12 +0530 | [diff] [blame] | 12 | readonly build_id="AP3A.241105.008" |
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 | 8f2f6e2 | 2024-11-07 02:17:12 +0530 | [diff] [blame] | 16 | readonly prev_aosp_tag="android-15.0.0_r2" |
| 17 | readonly aosp_tag="android-15.0.0_r5" |
Michael Bestas | 489617a | 2024-09-17 03:50:16 +0300 | [diff] [blame] | 18 | |
Chirayu Desai | 8f2f6e2 | 2024-11-07 02:17:12 +0530 | [diff] [blame] | 19 | readonly build_number="12485168" |
Michael Bestas | 489617a | 2024-09-17 03:50:16 +0300 | [diff] [blame] | 20 | |
Chirayu Desai | 8f2f6e2 | 2024-11-07 02:17:12 +0530 | [diff] [blame] | 21 | readonly image_url="https://dl.google.com/dl/android/aosp/komodo-ap3a.241105.008-factory-56147c26.zip" |
| 22 | readonly image_sha256="56147c2639398c077ab201d7989a4c52e21bdcfe314a7c7200f7fc1550e7600f" |
Michael Bestas | 489617a | 2024-09-17 03:50:16 +0300 | [diff] [blame] | 23 | |
Chirayu Desai | 8f2f6e2 | 2024-11-07 02:17:12 +0530 | [diff] [blame] | 24 | readonly flash_url="https://flash.android.com/build/12485168?target=komodo-user&signed" |
Michael Bestas | 489617a | 2024-09-17 03:50:16 +0300 | [diff] [blame] | 25 | |
Chirayu Desai | 8f2f6e2 | 2024-11-07 02:17:12 +0530 | [diff] [blame] | 26 | readonly ota_url="https://dl.google.com/dl/android/aosp/komodo-ota-ap3a.241105.008-9be9eed2.zip" |
| 27 | readonly ota_sha256="9be9eed251c48ddef18cecb85f2aa5f2dd7d200d31d0fb3606c8c213e0838043" |
Michael Bestas | 489617a | 2024-09-17 03:50:16 +0300 | [diff] [blame] | 28 | |
Chirayu Desai | 8f2f6e2 | 2024-11-07 02:17:12 +0530 | [diff] [blame] | 29 | readonly security_patch="2024-11-05" |