Skip to content
Snippets Groups Projects
Unverified Commit fe250038 authored by Chirayu Desai's avatar Chirayu Desai Committed by Michael Bestas
Browse files

The cloudrippers are here

Change-Id: I633fac2f9cd65229feff3a1bf086b96c36d28cb5
parent 9d9d16f9
No related branches found
No related tags found
No related merge requests found
# Pixel 7 Pro
# Usage: ${firmware_partitions[@]}
readonly firmware_partitions=(
bl1
pbl
bl2
abl
bl31
tzsw
gsa
ldfw
modem
)
# Usage: ${device_repos[@]}
device_repos=(
device/google/gs201
device/google/pantah
)
# Need OTA zip for firmware, not supported by image_unpacker yet
readonly needs_ota=true
# Updated semi-manually via pixel/update-any-var.sh
readonly prev_build_id="TD1A.220804.009.A2"
readonly build_id="TD1A.220804.031"
# Updated automatically via pixel/update-device-vars.sh
readonly aosp_branch="android13-d1-release"
readonly prev_aosp_tag="android-13.0.0_r9"
readonly aosp_tag="android-13.0.0_r11"
readonly prev_build_number="8940162"
readonly build_number="9071314"
readonly image_url="https://dl.google.com/dl/android/aosp/cheetah-td1a.220804.031-factory-6152f6f3.zip"
readonly image_sha256="6152f6f3d8437be0ef840ed7056f15d0f52ba181a1d029ff84bd9d83c860d49f"
readonly flash_url="https://flash.android.com/build/9071314?target=cheetah-user&signed"
readonly ota_url="https://dl.google.com/dl/android/aosp/cheetah-ota-td1a.220804.031-cd81a567.zip"
readonly ota_sha256="cd81a56734f58f4a6d518c856452fc45eaad3dfa59e5c9d6dbf2893e9a7ac0f6"
readonly security_patch="2022-10-05"
......@@ -5,10 +5,10 @@ readonly os_branch=lineage-20.0
readonly prev_device_branch=lineage-19.1
readonly device_branch=lineage-20
readonly prev_common_aosp_tag=android-13.0.0_r6 # Sep 2022, Pixel 6a
readonly common_aosp_tag=android-13.0.0_r8 # Oct 2022, Pixel 6a
readonly prev_common_aosp_tag=android-13.0.0_r8 # Oct 2022, Pixel 6a
readonly common_aosp_tag=android-13.0.0_r11 # Oct 2022, Pixel 7
readonly prev_common_aosp_build_id=TP1A.220905.004.A2 # Sep 2022, Pixel 6a
readonly common_aosp_build_id=TP1A.221005.003 # Oct 2022, Pixel 6a
readonly prev_common_aosp_build_id=TP1A.221005.003 # Oct 2022, Pixel 6a
readonly common_aosp_build_id=TD1A.220804.031 # Oct 2022, Pixel 7
readonly topic=T_asb_2022-10
readonly topic=T_asb_2022-10_gs201
# All supported devices
# Usage: ${devices[@]}
readonly devices=(
cheetah
panther
bluejay
raven
oriole
......
# Pixel 7
# Usage: ${firmware_partitions[@]}
readonly firmware_partitions=(
bl1
pbl
bl2
abl
bl31
tzsw
gsa
ldfw
modem
)
# Usage: ${device_repos[@]}
device_repos=(
# common repos in cheetah
)
# Need OTA zip for firmware, not supported by image_unpacker yet
readonly needs_ota=true
# Updated semi-manually via pixel/update-any-var.sh
readonly prev_build_id="TD1A.220804.009.A2"
readonly build_id="TD1A.220804.031"
# Updated automatically via pixel/update-device-vars.sh
readonly aosp_branch="android13-d1-release"
readonly prev_aosp_tag="android-13.0.0_r9"
readonly aosp_tag="android-13.0.0_r11"
readonly prev_build_number="8940162"
readonly build_number="9071314"
readonly image_url="https://dl.google.com/dl/android/aosp/panther-td1a.220804.031-factory-2f036a47.zip"
readonly image_sha256="2f036a472dfba2c4fbf4511a359b83f359678bc02fe817a40a3bb5e816b17034"
readonly flash_url="https://flash.android.com/build/9071314?target=panther-user&signed"
readonly ota_url="https://dl.google.com/dl/android/aosp/panther-ota-td1a.220804.031-8236abf4.zip"
readonly ota_sha256="8236abf41254bf5101d676eddaaa57520325357f743ab5da1b0aa2251be98cf5"
readonly security_patch="2022-10-05"
# Google Pixels, currently supported in AOSP
# Usage: ${devices[@]}
readonly devices=(
cheetah
panther
bluejay
raven
oriole
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment