platform_vendor_tequila/vars/oriole
Michael Bestas 4d99166a2b vars: April 2023 Security update
Change-Id: I20f7da81c11eef3b19fa294c3c1f111f2b889376
2023-04-16 20:07:34 +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="TQ2A.230305.008.E1"
readonly build_id="TQ2A.230405.003.E1"
# Updated automatically via pixel/update-device-vars.sh
readonly prev_aosp_tag="android-13.0.0_r36"
readonly aosp_tag="android-13.0.0_r41"
readonly prev_build_number="9677224"
readonly build_number="9802792"
readonly image_url="https://dl.google.com/dl/android/aosp/oriole-tq2a.230405.003.e1-factory-e7997d5a.zip"
readonly image_sha256="e7997d5a3163bde72b09cbaff8ac934e6a60e6eba6f54721dcc978462d5e5054"
readonly flash_url="https://flash.android.com/build/9802792?target=oriole-user&signed"
readonly ota_url="https://dl.google.com/dl/android/aosp/oriole-ota-tq2a.230405.003.e1-f392292d.zip"
readonly ota_sha256="f392292d4c6697216cdd28cc2a453c4abeb7fefc9e1eb3362e460c36b5f57c3c"
readonly security_patch="2023-04-05"