blob: c83e56e70dac5c2e88522a3e941b3c670f81a6de [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 semi-manually via pixel/update-any-var.sh
readonly prev_build_id="SQ3A.220705.004"
readonly build_id="TP1A.220624.021"
# Updated automatically via pixel/update-device-vars.sh
readonly prev_aosp_tag="android-12.1.0_r22"
readonly aosp_tag="android-13.0.0_r2"
readonly prev_build_number="8836240"
readonly build_number="8877034"
readonly image_url="https://dl.google.com/dl/android/aosp/oriole-tp1a.220624.021-factory-4bd6cec7.zip"
readonly image_sha256="4bd6cec7b3dc2bd384ae5d1e19e2b66286a051d47811fb0dbb72a84804c98ef3"
readonly flash_url="https://flash.android.com/build/8877034?target=oriole-user&signed"
readonly ota_url="https://dl.google.com/dl/android/aosp/oriole-ota-tp1a.220624.021-a13fd9d0.zip"
readonly ota_sha256="a13fd9d087cfdf87b182ba7ed448e27a50e4d54c64554685cf697adb2f0ea4c2"
readonly security_patch="2022-08-05"