vars: Add Pixel 9 series

Change-Id: I09059d03cfcd2e305ae2fd9f060d06deac4deb04
This commit is contained in:
Michael Bestas
2024-09-17 03:50:16 +03:00
committed by Michael Bestas
parent 1e44002948
commit a52be1221f
7 changed files with 118 additions and 1 deletions

27
vars/caiman Normal file
View File

@@ -0,0 +1,27 @@
# Pixel 9 Pro
# Usage: ${device_repos[@]}
device_repos=(
# common repos in komodo
)
# Updated semi-manually via pixel/update-any-var.sh
readonly build_id="AP3A.241005.015"
# Updated automatically via pixel/update-device-vars.sh
readonly prev_aosp_tag="android-14.0.0_r67"
readonly aosp_tag="android-15.0.0_r2"
readonly build_number="12366759"
readonly image_url="https://dl.google.com/dl/android/aosp/caiman-ap3a.241005.015-factory-78027787.zip"
readonly image_sha256="780277871f9baf483baf1e60e08dedd5d012c4db2164e8ada1c992ff1d872462"
readonly flash_url="https://flash.android.com/build/12366759?target=caiman-user&signed"
readonly ota_url="https://dl.google.com/dl/android/aosp/caiman-ota-ap3a.241005.015-c4aa7b6f.zip"
readonly ota_sha256="c4aa7b6f5547b3f40c0158203789ae913ed5c3fb619e6f8521526a36832b8aa6"
readonly security_patch="2024-10-05"

27
vars/comet Normal file
View File

@@ -0,0 +1,27 @@
# Pixel 9 Pro Fold
# Usage: ${device_repos[@]}
device_repos=(
device/google/comet
)
# Updated semi-manually via pixel/update-any-var.sh
readonly build_id="AP3A.241005.015"
# Updated automatically via pixel/update-device-vars.sh
readonly prev_aosp_tag="android-14.0.0_r67"
readonly aosp_tag="android-15.0.0_r2"
readonly build_number="12366759"
readonly image_url="https://dl.google.com/dl/android/aosp/comet-ap3a.241005.015-factory-82265301.zip"
readonly image_sha256="822653013287492f11f9541c5f555f935f8163aa18d0967dcf17c805afcfd995"
readonly flash_url="https://flash.android.com/build/12366759?target=comet-user&signed"
readonly ota_url="https://dl.google.com/dl/android/aosp/comet-ota-ap3a.241005.015-5350adac.zip"
readonly ota_sha256="5350adacb10bd370b67f7120cff96975c18a14889b97a855cdd89cb53bff00bc"
readonly security_patch="2024-10-05"

View File

@@ -1,6 +1,10 @@
# All supported devices
# Usage: ${devices[@]}
readonly devices=(
comet
komodo
caiman
tokay
akita
husky
shiba

View File

@@ -2,7 +2,6 @@
# Usage: ${device_repos[@]}
device_repos=(
device/google/gs-common
device/google/zuma
device/google/shusky
)

29
vars/komodo Normal file
View File

@@ -0,0 +1,29 @@
# Pixel 9 Pro XL
# Usage: ${device_repos[@]}
device_repos=(
device/google/gs-common
device/google/zumapro
device/google/caimito
)
# Updated semi-manually via pixel/update-any-var.sh
readonly build_id="AP3A.241005.015"
# Updated automatically via pixel/update-device-vars.sh
readonly prev_aosp_tag="android-14.0.0_r67"
readonly aosp_tag="android-15.0.0_r2"
readonly build_number="12366759"
readonly image_url="https://dl.google.com/dl/android/aosp/komodo-ap3a.241005.015-factory-2ef380c8.zip"
readonly image_sha256="2ef380c8ded2820c017081427c4a9bec1324cf116e038cfa0d166aeb9df298ed"
readonly flash_url="https://flash.android.com/build/12366759?target=komodo-user&signed"
readonly ota_url="https://dl.google.com/dl/android/aosp/komodo-ota-ap3a.241005.015-56f40758.zip"
readonly ota_sha256="56f407586996c9e6aed6fe18df90febdb09dc56bbe496a9923da30d5034760b3"
readonly security_patch="2024-10-05"

View File

@@ -1,6 +1,10 @@
# Google Pixels, currently supported in AOSP
# Usage: ${devices[@]}
readonly devices=(
comet
komodo
caiman
tokay
akita
husky
shiba

27
vars/tokay Normal file
View File

@@ -0,0 +1,27 @@
# Pixel 9
# Usage: ${device_repos[@]}
device_repos=(
# common repos in komodo
)
# Updated semi-manually via pixel/update-any-var.sh
readonly build_id="AP3A.241005.015"
# Updated automatically via pixel/update-device-vars.sh
readonly prev_aosp_tag="android-14.0.0_r67"
readonly aosp_tag="android-15.0.0_r2"
readonly build_number="12366759"
readonly image_url="https://dl.google.com/dl/android/aosp/tokay-ap3a.241005.015-factory-88013873.zip"
readonly image_sha256="880138730c75aca3dd388759fa1711cab650aad21047889d5adf6bfa514ac87a"
readonly flash_url="https://flash.android.com/build/12366759?target=tokay-user&signed"
readonly ota_url="https://dl.google.com/dl/android/aosp/tokay-ota-ap3a.241005.015-8894bda5.zip"
readonly ota_sha256="8894bda50281db30834bff55813ff53bcc823b39f310ebafcdaaa423e5acb01a"
readonly security_patch="2024-10-05"