Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 1 | # Pixel 7 Pro |
| 2 | |
| 3 | # Usage: ${device_repos[@]} |
| 4 | device_repos=( |
| 5 | device/google/gs201 |
| 6 | device/google/pantah |
| 7 | ) |
| 8 | |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 9 | # Updated semi-manually via pixel/update-any-var.sh |
| 10 | |
Michael Bestas | e093ddf | 2024-12-05 21:27:59 +0200 | [diff] [blame] | 11 | readonly build_id="AP4A.241205.013" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 12 | |
| 13 | # Updated automatically via pixel/update-device-vars.sh |
| 14 | |
Michael Bestas | e093ddf | 2024-12-05 21:27:59 +0200 | [diff] [blame] | 15 | readonly prev_aosp_tag="android-15.0.0_r4" |
| 16 | readonly aosp_tag="android-15.0.0_r6" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 17 | |
Michael Bestas | e093ddf | 2024-12-05 21:27:59 +0200 | [diff] [blame] | 18 | readonly build_number="12621605" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 19 | |
Michael Bestas | e093ddf | 2024-12-05 21:27:59 +0200 | [diff] [blame] | 20 | readonly image_url="https://dl.google.com/dl/android/aosp/cheetah-ap4a.241205.013-factory-93675b9d.zip" |
| 21 | readonly image_sha256="93675b9dfef9aa9b30b1aa29b342e103ead2c3dcfd5c449af4bab4b0626f13ed" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 22 | |
Michael Bestas | e093ddf | 2024-12-05 21:27:59 +0200 | [diff] [blame] | 23 | readonly flash_url="https://flash.android.com/build/12621605?target=cheetah-user&signed" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 24 | |
Michael Bestas | e093ddf | 2024-12-05 21:27:59 +0200 | [diff] [blame] | 25 | readonly ota_url="https://dl.google.com/dl/android/aosp/cheetah-ota-ap4a.241205.013-295dbbca.zip" |
| 26 | readonly ota_sha256="295dbbcad1f40ffc69d788fd34b8bae610d764300d83b9e44f1ba44dbabff5b2" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 27 | |
Michael Bestas | e093ddf | 2024-12-05 21:27:59 +0200 | [diff] [blame] | 28 | readonly security_patch="2024-12-05" |