WIP vars: Add Pixel 10 series
Change-Id: Iaf24e7fe82982459df0614121c99ed9ba6a5359a
This commit is contained in:
committed by
Zabuka_zuzu
parent
d82c5d10ba
commit
8ede4632ff
27
vars/blazer
Normal file
27
vars/blazer
Normal file
@@ -0,0 +1,27 @@
|
||||
# Pixel 10 Pro
|
||||
|
||||
# Usage: ${device_repos[@]}
|
||||
device_repos=(
|
||||
# common repos in mustang
|
||||
)
|
||||
|
||||
# Updated semi-manually via pixel/update-any-var.sh
|
||||
|
||||
readonly build_id="BD3A.250721.001.B7"
|
||||
|
||||
# Updated automatically via pixel/update-device-vars.sh
|
||||
|
||||
readonly prev_aosp_tag="unknown"
|
||||
readonly aosp_tag="unknown"
|
||||
|
||||
readonly build_number="13955164"
|
||||
|
||||
readonly image_url="https://dl.google.com/dl/android/aosp/blazer-bd3a.250721.001.b7-factory-9b8bb405.zip"
|
||||
readonly image_sha256="9b8bb405ef8fd972c5b989281466df95d5106b9a045d94ae0424ac746b4e8c55"
|
||||
|
||||
readonly flash_url="https://flash.android.com/build/13955164?target=blazer-user&signed"
|
||||
|
||||
readonly ota_url="https://dl.google.com/dl/android/aosp/blazer-ota-bd3a.250721.001.b7-a3516634.zip"
|
||||
readonly ota_sha256="a3516634ee37da49f79c6a768d3dba5b31a6f5679099838ab371c303ae6f2eac"
|
||||
|
||||
readonly security_patch="unknown"
|
||||
27
vars/frankel
Normal file
27
vars/frankel
Normal file
@@ -0,0 +1,27 @@
|
||||
# Pixel 10
|
||||
|
||||
# Usage: ${device_repos[@]}
|
||||
device_repos=(
|
||||
# common repos in mustang
|
||||
)
|
||||
|
||||
# Updated semi-manually via pixel/update-any-var.sh
|
||||
|
||||
readonly build_id="BD3A.250721.001.B7"
|
||||
|
||||
# Updated automatically via pixel/update-device-vars.sh
|
||||
|
||||
readonly prev_aosp_tag="unknown"
|
||||
readonly aosp_tag="unknown"
|
||||
|
||||
readonly build_number="13955164"
|
||||
|
||||
readonly image_url="https://dl.google.com/dl/android/aosp/frankel-bd3a.250721.001.b7-factory-0fd87b61.zip"
|
||||
readonly image_sha256="0fd87b61e6b9211b8fba4e5e72414285aafe72ea40f5a3f2b4d015b1b74a5215"
|
||||
|
||||
readonly flash_url="https://flash.android.com/build/13955164?target=frankel-user&signed"
|
||||
|
||||
readonly ota_url="https://dl.google.com/dl/android/aosp/frankel-ota-bd3a.250721.001.b7-e8428d30.zip"
|
||||
readonly ota_sha256="e8428d301d8c41bec254cedaae9a7c4f12c45c53fce689e5b9bf8a9d0d5d4fb2"
|
||||
|
||||
readonly security_patch="unknown"
|
||||
29
vars/mustang
Normal file
29
vars/mustang
Normal file
@@ -0,0 +1,29 @@
|
||||
# Pixel 10 Pro XL
|
||||
|
||||
# Usage: ${device_repos[@]}
|
||||
device_repos=(
|
||||
device/google/gs-common
|
||||
device/google/zumapro
|
||||
device/google/mustang
|
||||
)
|
||||
|
||||
# Updated semi-manually via pixel/update-any-var.sh
|
||||
|
||||
readonly build_id="BD3A.250721.001.B7"
|
||||
|
||||
# Updated automatically via pixel/update-device-vars.sh
|
||||
|
||||
readonly prev_aosp_tag="unknown"
|
||||
readonly aosp_tag="unknown"
|
||||
|
||||
readonly build_number="13955164"
|
||||
|
||||
readonly image_url="https://dl.google.com/dl/android/aosp/mustang-bd3a.250721.001.b7-factory-cf5e4f47.zip"
|
||||
readonly image_sha256="cf5e4f47215840113ee5b9e0ac7fb174df01604126872cd37cbc263b55fa32bd"
|
||||
|
||||
readonly flash_url="https://flash.android.com/build/13955164?target=mustang-user&signed"
|
||||
|
||||
readonly ota_url="https://dl.google.com/dl/android/aosp/mustang-ota-bd3a.250721.001.b7-7727eceb.zip"
|
||||
readonly ota_sha256="7727eceb72f6266a3cf26f455ff1356f3fa7ac6065f49cc6441c92cd5547fb39"
|
||||
|
||||
readonly security_patch="unknown"
|
||||
@@ -1,6 +1,9 @@
|
||||
# Google Pixels, currently supported in AOSP
|
||||
# Usage: ${devices[@]}
|
||||
readonly devices=(
|
||||
mustang
|
||||
blazer
|
||||
frankel
|
||||
tegu
|
||||
comet
|
||||
komodo
|
||||
|
||||
Reference in New Issue
Block a user