6aaeca3621
Change-Id: I78115e6fcc14e0b46c916b29fe561e009c271637
46 lines
1.1 KiB
Text
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.230205.002"
|
|
readonly build_id="TQ2A.230305.008.E1"
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="android-13.0.0_r30"
|
|
readonly aosp_tag="android-13.0.0_r36"
|
|
|
|
readonly prev_build_number="9471150"
|
|
readonly build_number="9677224"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/raven-tq2a.230305.008.e1-factory-def2deef.zip"
|
|
readonly image_sha256="def2deefd33b1d70f9d800cb297cf6a8437b73d959cf531300ee40b924c3d369"
|
|
|
|
readonly flash_url="https://flash.android.com/build/9677224?target=raven-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/raven-ota-tq2a.230305.008.e1-59964683.zip"
|
|
readonly ota_sha256="59964683335f26eb491e1cadb9f74b3d1adde93122e028d9d6a8b19553a4d845"
|
|
|
|
readonly security_patch="2023-03-05"
|