28 lines
828 B
Plaintext
28 lines
828 B
Plaintext
# Pixel 9a
|
|
|
|
# Usage: ${device_repos[@]}
|
|
device_repos=(
|
|
device/google/tegu
|
|
)
|
|
|
|
# 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="android-15.0.0_r25"
|
|
readonly aosp_tag="unknown"
|
|
|
|
readonly build_number="13691446"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/tegu-bp2a.250805.005-factory-e76deb7b.zip"
|
|
readonly image_sha256="e76deb7bd1183644dfda31ce896cae7440c4c12ef55935a99ccdec3f640c5ef7"
|
|
|
|
readonly flash_url="https://flash.android.com/build/13691446?target=tegu-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/tegu-ota-bp2a.250805.005-567602fb.zip"
|
|
readonly ota_sha256="567602fb5e266f954c36ffb36889951dd7044371c90e97d3f75c3227eebca722"
|
|
|
|
readonly security_patch="unknown"
|