blob: c83e56e70dac5c2e88522a3e941b3c670f81a6de [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 Bestas8fcb8312022-08-17 16:27:43 +030025readonly prev_build_id="SQ3A.220705.004"
26readonly build_id="TP1A.220624.021"
Chirayu Desai5924fec2022-01-13 18:09:26 +020027
28# Updated automatically via pixel/update-device-vars.sh
29
Michael Bestas8fcb8312022-08-17 16:27:43 +030030readonly prev_aosp_tag="android-12.1.0_r22"
31readonly aosp_tag="android-13.0.0_r2"
Chirayu Desai5924fec2022-01-13 18:09:26 +020032
Michael Bestas8fcb8312022-08-17 16:27:43 +030033readonly prev_build_number="8836240"
34readonly build_number="8877034"
Chirayu Desai5924fec2022-01-13 18:09:26 +020035
Michael Bestas8fcb8312022-08-17 16:27:43 +030036readonly image_url="https://dl.google.com/dl/android/aosp/oriole-tp1a.220624.021-factory-4bd6cec7.zip"
37readonly image_sha256="4bd6cec7b3dc2bd384ae5d1e19e2b66286a051d47811fb0dbb72a84804c98ef3"
Chirayu Desai5924fec2022-01-13 18:09:26 +020038
Michael Bestas8fcb8312022-08-17 16:27:43 +030039readonly flash_url="https://flash.android.com/build/8877034?target=oriole-user&signed"
Chirayu Desai5924fec2022-01-13 18:09:26 +020040
Michael Bestas8fcb8312022-08-17 16:27:43 +030041readonly ota_url="https://dl.google.com/dl/android/aosp/oriole-ota-tp1a.220624.021-a13fd9d0.zip"
42readonly ota_sha256="a13fd9d087cfdf87b182ba7ed448e27a50e4d54c64554685cf697adb2f0ea4c2"
Chirayu Desai5924fec2022-01-13 18:09:26 +020043
Michael Bestas8fcb8312022-08-17 16:27:43 +030044readonly security_patch="2022-08-05"