Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 1 | # Pixel 7 |
| 2 | |
| 3 | # Usage: ${device_repos[@]} |
| 4 | device_repos=( |
| 5 | # common repos in cheetah |
| 6 | ) |
| 7 | |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 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 | daa4694 | 2023-12-22 21:48:11 +0000 | [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 | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 16 | |
Michael Bestas | e093ddf | 2024-12-05 21:27:59 +0200 | [diff] [blame] | 17 | readonly build_number="12621605" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [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/panther-ap4a.241205.013-factory-3fe89b24.zip" |
| 20 | readonly image_sha256="3fe89b24096c31aa2040471f9929e03f38c07365f0f577624576007e4388231d" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [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=panther-user&signed" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [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/panther-ota-ap4a.241205.013-f3cd158f.zip" |
| 25 | readonly ota_sha256="f3cd158f8de85875d4110a0a75ad05d35e2883f4401e034a7b5efe280ff4c7b1" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 26 | |
Michael Bestas | e093ddf | 2024-12-05 21:27:59 +0200 | [diff] [blame] | 27 | readonly security_patch="2024-12-05" |