vars: shusky

Change-Id: I5dc8baa11a0bcbf596f155ab00a27bf2358e215a
This commit is contained in:
Scott Warner 2023-11-21 22:10:02 -05:00 committed by Michael Bestas
parent cfcf7db2e6
commit 659670d77c
No known key found for this signature in database
GPG key ID: CC95044519BE6669
4 changed files with 64 additions and 0 deletions

View file

@ -1,6 +1,8 @@
# All supported devices
# Usage: ${devices[@]}
readonly devices=(
husky
shiba
felix
tangorpro
lynx

31
vars/husky Normal file
View file

@ -0,0 +1,31 @@
# Pixel 8 Pro
# Usage: ${device_repos[@]}
device_repos=(
device/google/gs-common
device/google/zuma
device/google/shusky
)
readonly fbpk_version="v2"
# Updated semi-manually via pixel/update-any-var.sh
readonly build_id="UQ1A.231205.015"
# Updated automatically via pixel/update-device-vars.sh
readonly prev_aosp_tag="NA"
readonly aosp_tag="android-14.0.0_r17"
readonly build_number="11084887"
readonly image_url="https://dl.google.com/dl/android/aosp/husky-uq1a.231205.015-factory-3cd41d9b.zip"
readonly image_sha256="3cd41d9b3138e1abece66c48e46c5218a1ee09cfb4c86c6c9b49f9cb18c5e102"
readonly flash_url="https://flash.android.com/build/11084887?target=husky-user&signed"
readonly ota_url="https://dl.google.com/dl/android/aosp/husky-ota-uq1a.231205.015-c52b44d3.zip"
readonly ota_sha256="c52b44d343081f59a0018e6749a0c220c314035d9e2be60a7bd93e86ef7543f6"
readonly security_patch="2023-12-05"

View file

@ -1,6 +1,8 @@
# Google Pixels, currently supported in AOSP
# Usage: ${devices[@]}
readonly devices=(
husky
shiba
felix
tangorpro
lynx

29
vars/shiba Normal file
View file

@ -0,0 +1,29 @@
# Pixel 8
# Usage: ${device_repos[@]}
device_repos=(
# common repos in husky
)
readonly fbpk_version="v2"
# Updated semi-manually via pixel/update-any-var.sh
readonly build_id="UQ1A.231205.015"
# Updated automatically via pixel/update-device-vars.sh
readonly prev_aosp_tag="NA"
readonly aosp_tag="android-14.0.0_r17"
readonly build_number="11084887"
readonly image_url="https://dl.google.com/dl/android/aosp/shiba-uq1a.231205.015-factory-ac56e72d.zip"
readonly image_sha256="ac56e72deba62082ee2dcc1dd9438ce3c6cfd2dfa2f5a6e74d61ac3e528dfe87"
readonly flash_url="https://flash.android.com/build/11084887?target=shiba-user&signed"
readonly ota_url="https://dl.google.com/dl/android/aosp/shiba-ota-uq1a.231205.015-4033cf00.zip"
readonly ota_sha256="4033cf0085e6a831758513a1c6cb9d9d40ef0357d968cae89fa554f8c869bc0d"
readonly security_patch="2023-12-05"