29 lines
863 B
Plaintext
29 lines
863 B
Plaintext
# Pixel 7 Pro
|
|
|
|
# Usage: ${device_repos[@]}
|
|
device_repos=(
|
|
device/google/gs201
|
|
device/google/pantah
|
|
)
|
|
|
|
# Updated semi-manually via pixel/update-any-var.sh
|
|
|
|
readonly build_id="BP2A.250805.005"
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="aml_tz6_351400020"
|
|
readonly aosp_tag="unknown"
|
|
|
|
readonly build_number="13691446"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/cheetah-bp2a.250805.005-factory-a98257b0.zip"
|
|
readonly image_sha256="a98257b003ae7f9751acaea25e2103f7d6d08ba2fa0f4d4e719c01cd4e2a40c8"
|
|
|
|
readonly flash_url="https://flash.android.com/build/13691446?target=cheetah-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/cheetah-ota-bp2a.250805.005-170f1b3d.zip"
|
|
readonly ota_sha256="170f1b3df04c6cc54fc06f2aa861be2094757764f7d3d1a8bbc024641e01a830"
|
|
|
|
readonly security_patch="unknown"
|