blob: 5bd865dd2cfbfaf3b71fb03b62771523f518491c [file] [log] [blame]
Chirayu Desai5924fec2022-01-13 18:09:26 +02001# Pixel 6
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# Usage: ${device_repos[@]}
16device_repos=(
17 # common repos in raven
18)
19
20# Need OTA zip for firmware, not supported by image_unpacker yet
21readonly needs_ota=true
22
Chirayu Desaidef6b322022-07-08 19:04:35 +053023# Updated semi-manually via pixel/update-any-var.sh
Chirayu Desai5924fec2022-01-13 18:09:26 +020024
Michael Bestas5be437e2022-08-05 18:10:52 +030025readonly prev_build_id="SQ3A.220705.003.A1"
26readonly build_id="SQ3A.220705.004"
Chirayu Desai5924fec2022-01-13 18:09:26 +020027
28# Updated automatically via pixel/update-device-vars.sh
29
Michael Bestas5be437e2022-08-05 18:10:52 +030030readonly prev_aosp_tag="android-12.1.0_r11"
31readonly aosp_tag="android-12.1.0_r22"
Chirayu Desai5924fec2022-01-13 18:09:26 +020032
Michael Bestas5be437e2022-08-05 18:10:52 +030033readonly prev_build_number="8672226"
34readonly build_number="8836240"
Chirayu Desai5924fec2022-01-13 18:09:26 +020035
Michael Bestas5be437e2022-08-05 18:10:52 +030036readonly image_url="https://dl.google.com/dl/android/aosp/oriole-sq3a.220705.004-factory-b6f37423.zip"
37readonly image_sha256="b6f37423ff23a90021942d3bfd9d1e9605ab13431613fffc15375f3db5ec6c53"
Chirayu Desai5924fec2022-01-13 18:09:26 +020038
Michael Bestas5be437e2022-08-05 18:10:52 +030039readonly flash_url="https://flash.android.com/build/8836240?target=oriole-user&signed"
Chirayu Desai5924fec2022-01-13 18:09:26 +020040
Michael Bestas5be437e2022-08-05 18:10:52 +030041readonly ota_url="https://dl.google.com/dl/android/aosp/oriole-ota-sq3a.220705.004-cd7eb344.zip"
42readonly ota_sha256="cd7eb34461a28ad8e5415a3cf53f8d5a37bece79e6d3aad13dc5fbd184283350"
Chirayu Desai5924fec2022-01-13 18:09:26 +020043
Chirayu Desaie4b6dde2022-07-06 22:58:20 +053044readonly security_patch="2022-07-05"