29 lines
873 B
Plaintext
29 lines
873 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.250605.031.A2"
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="android-15.0.0_r34"
|
|
readonly aosp_tag="unknown"
|
|
|
|
readonly build_number="13578606"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/cheetah-bp2a.250605.031.a2-factory-f5e122c5.zip"
|
|
readonly image_sha256="f5e122c5f8600b34fb825eeedb3ced347e0f07c6de589ca7baab1a1d23f1628b"
|
|
|
|
readonly flash_url="https://flash.android.com/build/13578606?target=cheetah-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/cheetah-ota-bp2a.250605.031.a2-0662933e.zip"
|
|
readonly ota_sha256="0662933e3e2e52701eaa4844646336fc79fa3dd0df1a078b297ec97cfea824fe"
|
|
|
|
readonly security_patch="unknown"
|