d6209a2dc6
Change-Id: Ib5e19cbfebe2e34c595341af40f42d458c569de3
45 lines
1.1 KiB
Text
45 lines
1.1 KiB
Text
# Pixel 7
|
|
|
|
# Usage: ${firmware_partitions[@]}
|
|
readonly firmware_partitions=(
|
|
bl1
|
|
pbl
|
|
bl2
|
|
abl
|
|
bl31
|
|
tzsw
|
|
gsa
|
|
ldfw
|
|
modem
|
|
)
|
|
|
|
# Usage: ${device_repos[@]}
|
|
device_repos=(
|
|
# common repos in cheetah
|
|
)
|
|
|
|
# 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.230105.001.A2"
|
|
readonly build_id="TQ1A.230205.002"
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="android-13.0.0_r20"
|
|
readonly aosp_tag="android-13.0.0_r30"
|
|
|
|
readonly prev_build_number="9325585"
|
|
readonly build_number="9471150"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/panther-tq1a.230205.002-factory-d504ff3a.zip"
|
|
readonly image_sha256="d504ff3a0aa586e6f1dbab904b597d6441c9e83a864673b359ce0d00163f586e"
|
|
|
|
readonly flash_url="https://flash.android.com/build/9471150?target=panther-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/panther-ota-tq1a.230205.002-23dcb575.zip"
|
|
readonly ota_sha256="23dcb57551646c9436dec2a895cc489088cd75520a4b769bec3e63f971472a5b"
|
|
|
|
readonly security_patch="2023-02-05"
|