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 | |
| 9 | readonly fbpk_version="v2" |
| 10 | |
| 11 | # Updated semi-manually via pixel/update-any-var.sh |
| 12 | |
Michael Bestas | d52319a | 2024-04-17 23:41:32 +0300 | [diff] [blame^] | 13 | readonly build_id="AP1A.240405.002.B1" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 14 | |
| 15 | # Updated automatically via pixel/update-device-vars.sh |
| 16 | |
Michael Bestas | d52319a | 2024-04-17 23:41:32 +0300 | [diff] [blame^] | 17 | readonly prev_aosp_tag="android-14.0.0_r30" |
| 18 | readonly aosp_tag="android-14.0.0_r33" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 19 | |
Michael Bestas | d52319a | 2024-04-17 23:41:32 +0300 | [diff] [blame^] | 20 | readonly build_number="11677284" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 21 | |
Michael Bestas | d52319a | 2024-04-17 23:41:32 +0300 | [diff] [blame^] | 22 | readonly image_url="https://dl.google.com/dl/android/aosp/cheetah-ap1a.240405.002.b1-factory-a0b4650d.zip" |
| 23 | readonly image_sha256="a0b4650d7c21a96cf723acd2d128eece17204f75b0de0b81a650be02174fc15a" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 24 | |
Michael Bestas | d52319a | 2024-04-17 23:41:32 +0300 | [diff] [blame^] | 25 | readonly flash_url="https://flash.android.com/build/11677284?target=cheetah-user&signed" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 26 | |
Michael Bestas | d52319a | 2024-04-17 23:41:32 +0300 | [diff] [blame^] | 27 | readonly ota_url="https://dl.google.com/dl/android/aosp/cheetah-ota-ap1a.240405.002.b1-b3deb9cf.zip" |
| 28 | readonly ota_sha256="b3deb9cf5f715e3d83cf1e222abc629451ffc07ef4fbc2331177303fb25d3194" |
Michael Bestas | daa4694 | 2023-12-22 21:48:11 +0000 | [diff] [blame] | 29 | |
Chirayu Desai | 6437f6a | 2024-04-03 03:46:04 +0530 | [diff] [blame] | 30 | readonly security_patch="2024-04-05" |