From a52be1221fca62d0cd76fe97565ccdc4d0485193 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Tue, 17 Sep 2024 03:50:16 +0300 Subject: [PATCH] vars: Add Pixel 9 series Change-Id: I09059d03cfcd2e305ae2fd9f060d06deac4deb04 --- vars/caiman | 27 +++++++++++++++++++++++++++ vars/comet | 27 +++++++++++++++++++++++++++ vars/devices | 4 ++++ vars/husky | 1 - vars/komodo | 29 +++++++++++++++++++++++++++++ vars/pixels | 4 ++++ vars/tokay | 27 +++++++++++++++++++++++++++ 7 files changed, 118 insertions(+), 1 deletion(-) create mode 100644 vars/caiman create mode 100644 vars/comet create mode 100644 vars/komodo create mode 100644 vars/tokay diff --git a/vars/caiman b/vars/caiman new file mode 100644 index 00000000..156c5206 --- /dev/null +++ b/vars/caiman @@ -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" diff --git a/vars/comet b/vars/comet new file mode 100644 index 00000000..1f94dde3 --- /dev/null +++ b/vars/comet @@ -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" diff --git a/vars/devices b/vars/devices index cea53522..54eccbd3 100644 --- a/vars/devices +++ b/vars/devices @@ -1,6 +1,10 @@ # All supported devices # Usage: ${devices[@]} readonly devices=( + comet + komodo + caiman + tokay akita husky shiba diff --git a/vars/husky b/vars/husky index bce9ff28..c3d98f47 100644 --- a/vars/husky +++ b/vars/husky @@ -2,7 +2,6 @@ # Usage: ${device_repos[@]} device_repos=( - device/google/gs-common device/google/zuma device/google/shusky ) diff --git a/vars/komodo b/vars/komodo new file mode 100644 index 00000000..27f1a9f0 --- /dev/null +++ b/vars/komodo @@ -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" diff --git a/vars/pixels b/vars/pixels index 5397c7d8..51d8665b 100644 --- a/vars/pixels +++ b/vars/pixels @@ -1,6 +1,10 @@ # Google Pixels, currently supported in AOSP # Usage: ${devices[@]} readonly devices=( + comet + komodo + caiman + tokay akita husky shiba diff --git a/vars/tokay b/vars/tokay new file mode 100644 index 00000000..e2f985d7 --- /dev/null +++ b/vars/tokay @@ -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"