Michael Bestas | 489617a | 2024-09-17 03:50:16 +0300 | [diff] [blame] | 1 | # Pixel 9 |
| 2 | |
| 3 | # Usage: ${device_repos[@]} |
| 4 | device_repos=( |
| 5 | # common repos in komodo |
| 6 | ) |
| 7 | |
| 8 | # Updated semi-manually via pixel/update-any-var.sh |
| 9 | |
Michael Bestas | e093ddf | 2024-12-05 21:27:59 +0200 | [diff] [blame] | 10 | readonly build_id="AP4A.241205.013" |
Michael Bestas | 489617a | 2024-09-17 03:50:16 +0300 | [diff] [blame] | 11 | |
| 12 | # Updated automatically via pixel/update-device-vars.sh |
| 13 | |
Michael Bestas | e093ddf | 2024-12-05 21:27:59 +0200 | [diff] [blame] | 14 | readonly prev_aosp_tag="android-15.0.0_r4" |
| 15 | readonly aosp_tag="android-15.0.0_r6" |
Michael Bestas | 489617a | 2024-09-17 03:50:16 +0300 | [diff] [blame] | 16 | |
Michael Bestas | e093ddf | 2024-12-05 21:27:59 +0200 | [diff] [blame] | 17 | readonly build_number="12621605" |
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 image_url="https://dl.google.com/dl/android/aosp/tokay-ap4a.241205.013-factory-a7bce002.zip" |
| 20 | readonly image_sha256="a7bce00279ebacd994b1bd932cdcfbdce6722a251d946261967cada8063f32e6" |
Michael Bestas | 489617a | 2024-09-17 03:50:16 +0300 | [diff] [blame] | 21 | |
Michael Bestas | e093ddf | 2024-12-05 21:27:59 +0200 | [diff] [blame] | 22 | readonly flash_url="https://flash.android.com/build/12621605?target=tokay-user&signed" |
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 ota_url="https://dl.google.com/dl/android/aosp/tokay-ota-ap4a.241205.013-e7b70ea0.zip" |
| 25 | readonly ota_sha256="e7b70ea0964619ba1420094e18bab58f18115e4c0f151115ec0c44f2ccf2def7" |
Michael Bestas | 489617a | 2024-09-17 03:50:16 +0300 | [diff] [blame] | 26 | |
Michael Bestas | e093ddf | 2024-12-05 21:27:59 +0200 | [diff] [blame] | 27 | readonly security_patch="2024-12-05" |