platform_vendor_tequila/vars/raven
Michael Bestas bf20ee1059 vars: January 2023 Security Update
Change-Id: Ida77e7be6a53e9ed287e875117583d2d816bea80
2023-01-05 11:56:39 -05:00

46 lines
1.1 KiB
Text

# Pixel 6 Pro
# Usage: ${firmware_partitions[@]}
readonly firmware_partitions=(
bl1
pbl
bl2
abl
bl31
tzsw
gsa
ldfw
modem
)
# Usage: ${device_repos[@]}
device_repos=(
device/google/gs101
device/google/raviole
)
# 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="TQ1A.221205.011"
readonly build_id="TQ1A.230105.002"
# Updated automatically via pixel/update-device-vars.sh
readonly prev_aosp_tag="android-13.0.0_r16"
readonly aosp_tag="android-13.0.0_r23"
readonly prev_build_number="9244662"
readonly build_number="9325679"
readonly image_url="https://dl.google.com/dl/android/aosp/raven-tq1a.230105.002-factory-924ad4ba.zip"
readonly image_sha256="924ad4baa13f6611a85bf3d1b2f26f8f61e4e90230b7b69618208323e47a94bb"
readonly flash_url="https://flash.android.com/build/9325679?target=raven-user&signed"
readonly ota_url="https://dl.google.com/dl/android/aosp/raven-ota-tq1a.230105.002-d2dee04f.zip"
readonly ota_sha256="d2dee04ffd32a598364c726597f9d1d5c4191de3a6a48655e3871df549b02be0"
readonly security_patch="2023-01-05"