| # Pixel 4 |
| |
| # Usage: ${firmware_partitions[@]} |
| readonly firmware_partitions=( |
| abl |
| aop |
| devcfg |
| hyp |
| keymaster |
| qupfw |
| tz |
| uefisecapp |
| xbl |
| xbl_config |
| modem |
| ) |
| |
| # Usage: ${device_repos[@]} |
| device_repos=( |
| # common repos in coral |
| ) |
| |
| # Updated manually |
| |
| readonly prev_build_id=SP2A.220405.003 # Apr 2022 |
| readonly build_id=SP2A.220505.002 # May 2022 |
| |
| # Updated automatically via pixel/update-device-vars.sh |
| |
| readonly prev_aosp_tag="android-12.1.0_r3" |
| readonly aosp_tag="android-12.1.0_r5" |
| |
| readonly prev_build_number="8210211" |
| readonly build_number="8353555" |
| |
| readonly image_url="https://dl.google.com/dl/android/aosp/flame-sp2a.220505.002-factory-b1f5341d.zip" |
| readonly image_sha256="b1f5341d413756a24662144b7ea96a9a0918b4673db41d69af71da0df188ae1a" |
| |
| readonly flash_url="https://flash.android.com/build/8353555?target=flame-user&signed" |
| |
| readonly ota_url="https://dl.google.com/dl/android/aosp/flame-ota-sp2a.220505.002-5c5eb99e.zip" |
| readonly ota_sha256="5c5eb99eb39d373c5f6ea6bded4f8967c488ad4de8950814d2b1ddc0153c954d" |
| |
| readonly security_patch="2022-05-05" |