blob: 6d04da01384b8167bb1c49326efdf5cb23720f4a [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 Bestas5be437e2022-08-05 18:10:52 +030027readonly prev_build_id="SQ3A.220705.003.A1"
28readonly build_id="SQ3A.220705.004"
Chirayu Desai5924fec2022-01-13 18:09:26 +020029
30# Updated automatically via pixel/update-device-vars.sh
31
Michael Bestas5be437e2022-08-05 18:10:52 +030032readonly prev_aosp_tag="android-12.1.0_r11"
33readonly aosp_tag="android-12.1.0_r22"
Chirayu Desai5924fec2022-01-13 18:09:26 +020034
Michael Bestas5be437e2022-08-05 18:10:52 +030035readonly prev_build_number="8672226"
36readonly build_number="8836240"
Chirayu Desai5924fec2022-01-13 18:09:26 +020037
Michael Bestas5be437e2022-08-05 18:10:52 +030038readonly image_url="https://dl.google.com/dl/android/aosp/raven-sq3a.220705.004-factory-112d4f32.zip"
39readonly image_sha256="112d4f32aeaac5352596837b2b71cb94ffd57b4c515264d776921c42fd9164be"
Chirayu Desai5924fec2022-01-13 18:09:26 +020040
Michael Bestas5be437e2022-08-05 18:10:52 +030041readonly flash_url="https://flash.android.com/build/8836240?target=raven-user&signed"
Chirayu Desai5924fec2022-01-13 18:09:26 +020042
Michael Bestas5be437e2022-08-05 18:10:52 +030043readonly ota_url="https://dl.google.com/dl/android/aosp/raven-ota-sq3a.220705.004-d609581e.zip"
44readonly ota_sha256="d609581eb926f38fe0067af966492f18b8d48c810840a96b3bc14778d7b20856"
Chirayu Desai5924fec2022-01-13 18:09:26 +020045
Chirayu Desaie4b6dde2022-07-06 22:58:20 +053046readonly security_patch="2022-07-05"