# Pixel 4a # Usage: ${firmware_partitions[@]} readonly firmware_partitions=( abl aop devcfg hyp keymaster qupfw tz uefisecapp xbl xbl_config modem ) # Usage: ${device_repos[@]} device_repos=( device/google/sunfish ) # Updated manually readonly prev_build_id=SP2A.220505.002 # May 2022 readonly build_id=SQ3A.220605.009.A1 # Jun 2022 # Updated automatically via pixel/update-device-vars.sh readonly prev_aosp_tag="android-12.1.0_r5" readonly aosp_tag="android-12.1.0_r7" readonly prev_build_number="8353555" readonly build_number="8643238" readonly image_url="https://dl.google.com/dl/android/aosp/sunfish-sq3a.220605.009.a1-factory-7d440084.zip" readonly image_sha256="7d440084e8672cab1f283bea308c69387883ab7af660de4cc018312f483d2daf" readonly flash_url="https://flash.android.com/build/8643238?target=sunfish-user&signed" readonly ota_url="https://dl.google.com/dl/android/aosp/sunfish-ota-sq3a.220605.009.a1-5b848a53.zip" readonly ota_sha256="5b848a530505c3e056ae954b7f3d38045081aff553921509075b8d32f399ee63" readonly security_patch="2022-06-05"