7c406448df
Change-Id: I6c2ad1ea5269566c27b1dea10180333e7fc0e4d7
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="TP1A.221005.002"
|
|
readonly build_id="TP1A.221105.002"
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="android-13.0.0_r7"
|
|
readonly aosp_tag="android-13.0.0_r12"
|
|
|
|
readonly prev_build_number="9012097"
|
|
readonly build_number="9080065"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/raven-tp1a.221105.002-factory-3b4905f4.zip"
|
|
readonly image_sha256="3b4905f427347fde761269ecf629722f5d5346c4bc0d46dbefc50e039508f9eb"
|
|
|
|
readonly flash_url="https://flash.android.com/build/9080065?target=raven-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/raven-ota-tp1a.221105.002-0508bbb1.zip"
|
|
readonly ota_sha256="0508bbb193495cee46403309450b8013d6f167a3f0e5012914ddeebd42113d8f"
|
|
|
|
readonly security_patch="2022-11-05"
|