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 | |
Chirayu Desai | 8f2f6e2 | 2024-11-07 02:17:12 +0530 | [diff] [blame] | 11 | readonly build_id="AP3A.241105.007" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 12 | |
| 13 | # Updated automatically via pixel/update-device-vars.sh |
| 14 | |
Chirayu Desai | 8f2f6e2 | 2024-11-07 02:17:12 +0530 | [diff] [blame] | 15 | readonly prev_aosp_tag="android-15.0.0_r2" |
| 16 | readonly aosp_tag="android-15.0.0_r4" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 17 | |
Chirayu Desai | 8f2f6e2 | 2024-11-07 02:17:12 +0530 | [diff] [blame] | 18 | readonly build_number="12470370" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 19 | |
Chirayu Desai | 8f2f6e2 | 2024-11-07 02:17:12 +0530 | [diff] [blame] | 20 | readonly image_url="https://dl.google.com/dl/android/aosp/cheetah-ap3a.241105.007-factory-6e4aec19.zip" |
| 21 | readonly image_sha256="6e4aec19c8d1dc01ea217e37f7c9f7c2e78701927acd3106919e41cdc0223798" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 22 | |
Chirayu Desai | 8f2f6e2 | 2024-11-07 02:17:12 +0530 | [diff] [blame] | 23 | readonly flash_url="https://flash.android.com/build/12470370?target=cheetah-user&signed" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 24 | |
Chirayu Desai | 8f2f6e2 | 2024-11-07 02:17:12 +0530 | [diff] [blame] | 25 | readonly ota_url="https://dl.google.com/dl/android/aosp/cheetah-ota-ap3a.241105.007-6417e400.zip" |
| 26 | readonly ota_sha256="6417e4005b669415c4b9d0bec6d539723833eca830369f23476d1aee664d3624" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 27 | |
Chirayu Desai | 8f2f6e2 | 2024-11-07 02:17:12 +0530 | [diff] [blame] | 28 | readonly security_patch="2024-11-05" |