blob: e3cec2d84e9b44931175f5bbb07a0766a21c4350 [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
23# Updated manually
24
Chirayu Desai0b6eafa2022-05-02 23:32:42 +053025readonly prev_build_id=SP2A.220405.004 # Apr 2022
26readonly build_id=SP2A.220505.002 # May 2022
Chirayu Desai5924fec2022-01-13 18:09:26 +020027
28# Updated automatically via pixel/update-device-vars.sh
29
Chirayu Desai0b6eafa2022-05-02 23:32:42 +053030readonly prev_aosp_tag="android-12.1.0_r4"
31readonly aosp_tag="android-12.1.0_r5"
Chirayu Desai5924fec2022-01-13 18:09:26 +020032
Chirayu Desai0b6eafa2022-05-02 23:32:42 +053033readonly prev_build_number="8233519"
34readonly build_number="8353555"
Chirayu Desai5924fec2022-01-13 18:09:26 +020035
Chirayu Desai0b6eafa2022-05-02 23:32:42 +053036readonly image_url="https://dl.google.com/dl/android/aosp/oriole-sp2a.220505.002-factory-3238ed95.zip"
37readonly image_sha256="3238ed95ed9822ac4f1b98aef7978f01300067d34adf521f60c23558a40d2068"
Chirayu Desai5924fec2022-01-13 18:09:26 +020038
Chirayu Desai0b6eafa2022-05-02 23:32:42 +053039readonly flash_url="https://flash.android.com/build/8353555?target=oriole-user&signed"
Chirayu Desai5924fec2022-01-13 18:09:26 +020040
Chirayu Desai0b6eafa2022-05-02 23:32:42 +053041readonly ota_url="https://dl.google.com/dl/android/aosp/oriole-ota-sp2a.220505.002-513d254d.zip"
42readonly ota_sha256="513d254dc29c6a61f26fda316eededf265b4fc4b0b528d761a852d074632ec71"
Chirayu Desai5924fec2022-01-13 18:09:26 +020043
Chirayu Desai0b6eafa2022-05-02 23:32:42 +053044readonly security_patch="2022-05-05"