blob: 7f9d33a7c3f7e814541895ac1bb54bee3bbd62eb [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
Chirayu Desaie4b6dde2022-07-06 22:58:20 +053025readonly prev_build_id=SQ3A.220605.009.A1 # Jun 2022
26readonly build_id=SQ3A.220705.003.A1 # Jul 2022
Chirayu Desai5924fec2022-01-13 18:09:26 +020027
28# Updated automatically via pixel/update-device-vars.sh
29
Chirayu Desaie4b6dde2022-07-06 22:58:20 +053030readonly prev_aosp_tag="android-12.1.0_r8"
31readonly aosp_tag="android-12.1.0_r11"
Chirayu Desai5924fec2022-01-13 18:09:26 +020032
Chirayu Desaie4b6dde2022-07-06 22:58:20 +053033readonly prev_build_number="8650216"
34readonly build_number="8672226"
Chirayu Desai5924fec2022-01-13 18:09:26 +020035
Chirayu Desaie4b6dde2022-07-06 22:58:20 +053036readonly image_url="https://dl.google.com/dl/android/aosp/oriole-sq3a.220705.003.a1-factory-66e78a21.zip"
37readonly image_sha256="66e78a21929e022874543c909be47832f91ea021037188bebe0e594ee9f21c22"
Chirayu Desai5924fec2022-01-13 18:09:26 +020038
Chirayu Desaie4b6dde2022-07-06 22:58:20 +053039readonly flash_url="https://flash.android.com/build/8672226?target=oriole-user&signed"
Chirayu Desai5924fec2022-01-13 18:09:26 +020040
Chirayu Desaie4b6dde2022-07-06 22:58:20 +053041readonly ota_url="https://dl.google.com/dl/android/aosp/oriole-ota-sq3a.220705.003.a1-277fdab7.zip"
42readonly ota_sha256="277fdab7d69ad98143cfa3468246821926317162fda83a43a9e0a57fc32f8acf"
Chirayu Desai5924fec2022-01-13 18:09:26 +020043
Chirayu Desaie4b6dde2022-07-06 22:58:20 +053044readonly security_patch="2022-07-05"