Michael Bestas | 489617a | 2024-09-17 03:50:16 +0300 | [diff] [blame] | 1 | # Pixel 9 Pro Fold |
| 2 | |
| 3 | # Usage: ${device_repos[@]} |
| 4 | device_repos=( |
| 5 | device/google/comet |
| 6 | ) |
| 7 | |
| 8 | # Updated semi-manually via pixel/update-any-var.sh |
| 9 | |
Chirayu Desai | d7f1bc8 | 2025-02-05 01:22:20 +0530 | [diff] [blame] | 10 | readonly build_id="AP4A.250205.002" |
Michael Bestas | 489617a | 2024-09-17 03:50:16 +0300 | [diff] [blame] | 11 | |
| 12 | # Updated automatically via pixel/update-device-vars.sh |
| 13 | |
Chirayu Desai | d7f1bc8 | 2025-02-05 01:22:20 +0530 | [diff] [blame] | 14 | readonly prev_aosp_tag="android-15.0.0_r10" |
| 15 | readonly aosp_tag="android-15.0.0_r14" |
Michael Bestas | 489617a | 2024-09-17 03:50:16 +0300 | [diff] [blame] | 16 | |
Chirayu Desai | d7f1bc8 | 2025-02-05 01:22:20 +0530 | [diff] [blame] | 17 | readonly build_number="12821496" |
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 image_url="https://dl.google.com/dl/android/aosp/comet-ap4a.250205.002-factory-911704e4.zip" |
| 20 | readonly image_sha256="911704e4f7d56343b6211046d89e5f421f62cc8c7cc1fb071f07137965cf3d46" |
Michael Bestas | 489617a | 2024-09-17 03:50:16 +0300 | [diff] [blame] | 21 | |
Chirayu Desai | d7f1bc8 | 2025-02-05 01:22:20 +0530 | [diff] [blame] | 22 | readonly flash_url="https://flash.android.com/build/12821496?target=comet-user&signed" |
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 ota_url="https://dl.google.com/dl/android/aosp/comet-ota-ap4a.250205.002-5b998617.zip" |
| 25 | readonly ota_sha256="5b998617ac3dc94ed3951b4ff8bb0cbf5e12e9381e559abc2f185d1588db499d" |
Michael Bestas | 489617a | 2024-09-17 03:50:16 +0300 | [diff] [blame] | 26 | |
Chirayu Desai | d7f1bc8 | 2025-02-05 01:22:20 +0530 | [diff] [blame] | 27 | readonly security_patch="2025-02-05" |