4a2439acbb
* https://groups.google.com/g/android-building/c/OcBZdzrP_Ps/m/5K3UgYWVAAAJ Change-Id: Ie39627cfba177302313488afd918ca7a2534214d
43 lines
1 KiB
Text
43 lines
1 KiB
Text
# Pixel 7 Pro
|
|
|
|
# Usage: ${firmware_partitions[@]}
|
|
readonly firmware_partitions=(
|
|
bl1
|
|
pbl
|
|
bl2
|
|
abl
|
|
bl31
|
|
tzsw
|
|
gsa
|
|
ldfw
|
|
modem
|
|
)
|
|
|
|
# Usage: ${device_repos[@]}
|
|
device_repos=(
|
|
device/google/gs201
|
|
device/google/pantah
|
|
)
|
|
|
|
readonly fbpk_version="v2"
|
|
|
|
# Updated semi-manually via pixel/update-any-var.sh
|
|
|
|
readonly build_id="TQ3A.230705.001"
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="android-13.0.0_r52"
|
|
readonly aosp_tag="android-13.0.0_r61"
|
|
|
|
readonly build_number="10216780"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/cheetah-tq3a.230705.001-factory-704366d4.zip"
|
|
readonly image_sha256="704366d4eb985f5ecf2c4b1ef0e7142cc7d62d5c6d9e109e26dd69a8010f865f"
|
|
|
|
readonly flash_url="https://flash.android.com/build/10216780?target=cheetah-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/cheetah-ota-tq3a.230705.001-dfcb7951.zip"
|
|
readonly ota_sha256="dfcb795174c5f7a5b43835124b0087948158dfb73c98132d9724d156710910af"
|
|
|
|
readonly security_patch="2023-07-05"
|