vars: Add tegu

Change-Id: I0275c155ff87c2d4d77edf1dc6861babc05ff669
This commit is contained in:
Michael Bestas
2025-04-11 15:39:26 +03:00
committed by Bruno Martins
parent f1746c2d1f
commit 06f80d3399
3 changed files with 29 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
# All supported devices
# Usage: ${devices[@]}
readonly devices=(
tegu
comet
komodo
caiman

View File

@@ -1,6 +1,7 @@
# Google Pixels, currently supported in AOSP
# Usage: ${devices[@]}
readonly devices=(
tegu
comet
komodo
caiman

27
vars/tegu Normal file
View File

@@ -0,0 +1,27 @@
# Pixel 9a
# Usage: ${device_repos[@]}
device_repos=(
device/google/tegu
)
# 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_r25"
readonly aosp_tag="unknown"
readonly build_number="13578606"
readonly image_url="https://dl.google.com/dl/android/aosp/tegu-bp2a.250605.031.a2-factory-aecd8a3b.zip"
readonly image_sha256="aecd8a3b8cb97e1baacdf6b36d3dd053df4b0be5c0f3df31347b863304e5944b"
readonly flash_url="https://flash.android.com/build/13578606?target=tegu-user&signed"
readonly ota_url="https://dl.google.com/dl/android/aosp/tegu-ota-bp2a.250605.031.a2-ec03acfb.zip"
readonly ota_sha256="ec03acfb955eaa7ee4fea409a4a7a28b01c93647f60e34bc75a28ecf196319b4"
readonly security_patch="unknown"