blob: d6d05ce7ade85d2802b61bf563c4a53338f88082 [file] [log] [blame]
Chirayu Desai5924fec2022-01-13 18:09:26 +02001# Pixel 6 Pro
2
3# Usage: ${firmware_partitions[@]}
4readonly firmware_partitions=(
5 bl1
6 pbl
7 bl2
8 abl
9 bl31
10 tzsw
11 gsa
12 ldfw
13 modem
14)
15
16# Usage: ${device_repos[@]}
17device_repos=(
18 device/google/gs101
Chirayu Desai5924fec2022-01-13 18:09:26 +020019 device/google/raviole
20)
21
22# Need OTA zip for firmware, not supported by image_unpacker yet
23readonly needs_ota=true
24
Chirayu Desaidef6b322022-07-08 19:04:35 +053025# Updated semi-manually via pixel/update-any-var.sh
Chirayu Desai5924fec2022-01-13 18:09:26 +020026
Michael Bestas8fcb8312022-08-17 16:27:43 +030027readonly prev_build_id="SQ3A.220705.004"
28readonly build_id="TP1A.220624.021"
Chirayu Desai5924fec2022-01-13 18:09:26 +020029
30# Updated automatically via pixel/update-device-vars.sh
31
Michael Bestas8fcb8312022-08-17 16:27:43 +030032readonly prev_aosp_tag="android-12.1.0_r22"
33readonly aosp_tag="android-13.0.0_r2"
Chirayu Desai5924fec2022-01-13 18:09:26 +020034
Michael Bestas8fcb8312022-08-17 16:27:43 +030035readonly prev_build_number="8836240"
36readonly build_number="8877034"
Chirayu Desai5924fec2022-01-13 18:09:26 +020037
Michael Bestas8fcb8312022-08-17 16:27:43 +030038readonly image_url="https://dl.google.com/dl/android/aosp/raven-tp1a.220624.021-factory-d8ddfdca.zip"
39readonly image_sha256="d8ddfdca3af0b97b3b99460afdab3cf95a741f988dccd5122564c855a64baa36"
Chirayu Desai5924fec2022-01-13 18:09:26 +020040
Michael Bestas8fcb8312022-08-17 16:27:43 +030041readonly flash_url="https://flash.android.com/build/8877034?target=raven-user&signed"
Chirayu Desai5924fec2022-01-13 18:09:26 +020042
Michael Bestas8fcb8312022-08-17 16:27:43 +030043readonly ota_url="https://dl.google.com/dl/android/aosp/raven-ota-tp1a.220624.021-7298bfcb.zip"
44readonly ota_sha256="7298bfcbce87ce487b1ba45b272e8ea86516b6df0f52ac60e000ee7a3d417c42"
Chirayu Desai5924fec2022-01-13 18:09:26 +020045
Michael Bestas8fcb8312022-08-17 16:27:43 +030046readonly security_patch="2022-08-05"