blob: 175ffe5391999560e34f04b7c254fdb525480442 [file] [log] [blame]
# Pixel 6
# Usage: ${firmware_partitions[@]}
readonly firmware_partitions=(
bl1
pbl
bl2
abl
bl31
tzsw
gsa
ldfw
modem
)
# Usage: ${device_repos[@]}
device_repos=(
# common repos in raven
)
# Need OTA zip for firmware, not supported by image_unpacker yet
readonly needs_ota=true
# Updated manually
readonly prev_build_id=SP2A.220305.013.A3 # Mar 2022
readonly build_id=SP2A.220405.004 # Apr 2022
# Updated automatically via pixel/update-device-vars.sh
readonly prev_aosp_tag="android-12.1.0_r2"
readonly aosp_tag="android-12.1.0_r4"
readonly prev_build_number="8229987"
readonly build_number="8233519"
readonly image_url="https://dl.google.com/dl/android/aosp/oriole-sp2a.220405.004-factory-f560807e.zip"
readonly image_sha256="f560807ed4dec7aaeedec831114f4b809d1857da6464f194903bd9413838eed4"
readonly flash_url="https://flash.android.com/build/8233519?target=oriole-user&signed"
readonly ota_url="https://dl.google.com/dl/android/aosp/oriole-ota-sp2a.220405.004-f019343f.zip"
readonly ota_sha256="f019343fc56cf466249580dfbdee30ae341a88d6429ecedda727097f51d41c28"
readonly security_patch="2022-04-05"