29 lines
876 B
Plaintext
29 lines
876 B
Plaintext
# Pixel 8 Pro
|
|
|
|
# Usage: ${device_repos[@]}
|
|
device_repos=(
|
|
device/google/zuma
|
|
device/google/shusky
|
|
)
|
|
|
|
# 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="aml_tz6_351400020"
|
|
|
|
readonly build_number="13578606"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/husky-bp2a.250605.031.a2-factory-bc412146.zip"
|
|
readonly image_sha256="bc4121464e7caca3ac375164ac808825113ed31ae55141d681cc33ab4cfb6fc4"
|
|
|
|
readonly flash_url="https://flash.android.com/build/13578606?target=husky-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/husky-ota-bp2a.250605.031.a2-73a4023f.zip"
|
|
readonly ota_sha256="73a4023f1dd2814dc75f9db8959face06b59d475832d8a09a42a8fd526a30ad1"
|
|
|
|
readonly security_patch="unknown"
|