Chirayu Desai | 5924fec | 2022-01-13 18:09:26 +0200 | [diff] [blame^] | 1 | # Pixel 3 XL |
| 2 | |
| 3 | # Usage: ${firmware_partitions[@]} |
| 4 | readonly firmware_partitions=( |
| 5 | abl |
| 6 | aop |
| 7 | cmnlib |
| 8 | cmnlib64 |
| 9 | devcfg |
| 10 | hyp |
| 11 | keymaster |
| 12 | qupfw |
| 13 | tz |
| 14 | xbl |
| 15 | xbl_config |
| 16 | modem |
| 17 | ) |
| 18 | |
| 19 | # Usage: ${device_repos[@]} |
| 20 | device_repos=( |
| 21 | device/google/crosshatch |
| 22 | device/google/crosshatch-sepolicy |
| 23 | ) |
| 24 | |
| 25 | # Updated manually |
| 26 | |
| 27 | readonly prev_build_id=SP1A.210812.016.A2 # Oct 2021 |
| 28 | readonly build_id=SP1A.210812.016.C1 # Feb 2022 |
| 29 | |
| 30 | # Updated automatically via pixel/update-device-vars.sh |
| 31 | |
| 32 | readonly prev_aosp_tag="android-12.0.0_r25" |
| 33 | readonly aosp_tag="android-12.0.0_r31" |
| 34 | |
| 35 | readonly prev_build_number="7979095" |
| 36 | readonly build_number="8029091" |
| 37 | |
| 38 | readonly image_url="https://dl.google.com/dl/android/aosp/crosshatch-sp1a.210812.016.c1-factory-67ea87fc.zip" |
| 39 | readonly image_sha256="67ea87fcce2c2ea5da0d0a12b476a4bb1844040bd7c20f17f105d13b253e2a62" |
| 40 | |
| 41 | readonly flash_url="https://flash.android.com/build/8029091?target=crosshatch-user&signed" |
| 42 | |
| 43 | readonly ota_url="https://dl.google.com/dl/android/aosp/crosshatch-ota-sp1a.210812.016.c1-d3a532dd.zip" |
| 44 | readonly ota_sha256="d3a532dd7e61bd1c038ccbf3de1a3063b210b7677c4814e63e5b2070688799a5" |
| 45 | |
| 46 | readonly security_patch="2021-10-05" |