platform_vendor_tequila/vars/oriole
Michael Bestas 2321f05676
vars: December 2022 Quarterly Platform Release and Security update
Change-Id: I2cdfd5228474e4e0a9b4d4b5a18692ba7433e000
2022-12-06 16:43:51 +02:00

45 lines
1.1 KiB
Text

# 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="TP1A.221105.002"
readonly build_id="TQ1A.221205.011"
# Updated automatically via pixel/update-device-vars.sh
readonly prev_aosp_tag="android-13.0.0_r12"
readonly aosp_tag="android-13.0.0_r16"
readonly prev_build_number="9080065"
readonly build_number="9244662"
readonly image_url="https://dl.google.com/dl/android/aosp/oriole-tq1a.221205.011-factory-c9a67c51.zip"
readonly image_sha256="c9a67c51367fc638c55bb05f8c92ce9617fd549b342a1025d9e366cc9139851d"
readonly flash_url="https://flash.android.com/build/9244662?target=oriole-user&signed"
readonly ota_url="https://dl.google.com/dl/android/aosp/oriole-ota-tq1a.221205.011-92335215.zip"
readonly ota_sha256="92335215f90b4a838348492db3595ab55e9c0a0dd4ed976b52e25a20cad8ffbd"
readonly security_patch="2022-12-05"