blob: 4bfdad4cae59efe269a7bd0419dd01eba326c7e2 [file] [log] [blame]
Chirayu Desai5924fec2022-01-13 18:09:26 +02001# Pixel 5
2
3# Usage: ${firmware_partitions[@]}
4readonly firmware_partitions=(
5 abl
6 aop
7 devcfg
8 hyp
9 keymaster
10 qupfw
11 tz
12 uefisecapp
13 xbl
14 xbl_config
15 featenabler
16 modem
17)
18
19# Usage: ${device_repos[@]}
20device_repos=(
21 device/google/redbull
Chirayu Desai5924fec2022-01-13 18:09:26 +020022 device/google/redfin
Chirayu Desai5924fec2022-01-13 18:09:26 +020023)
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 Bestas8fcb8312022-08-17 16:27:43 +030027readonly prev_build_id="SQ3A.220705.003.A1"
28readonly build_id="TP1A.220624.014"
Chirayu Desai5924fec2022-01-13 18:09:26 +020029
30# Updated automatically via pixel/update-device-vars.sh
31
Michael Bestas8fcb8312022-08-17 16:27:43 +030032readonly prev_aosp_tag="android-12.1.0_r11"
33readonly aosp_tag="android-13.0.0_r1"
Chirayu Desai5924fec2022-01-13 18:09:26 +020034
Michael Bestas8fcb8312022-08-17 16:27:43 +030035readonly prev_build_number="8672226"
36readonly build_number="8819323"
Chirayu Desai5924fec2022-01-13 18:09:26 +020037
Michael Bestas8fcb8312022-08-17 16:27:43 +030038readonly image_url="https://dl.google.com/dl/android/aosp/redfin-tp1a.220624.014-factory-ff1cdae9.zip"
39readonly image_sha256="ff1cdae9ae79f6c5d6941ec149cfdedc60133e03cc6ae15bdeeff28b8198ee75"
Chirayu Desai5924fec2022-01-13 18:09:26 +020040
Michael Bestas8fcb8312022-08-17 16:27:43 +030041readonly flash_url="https://flash.android.com/build/8819323?target=redfin-user&signed"
Chirayu Desai5924fec2022-01-13 18:09:26 +020042
Michael Bestas8fcb8312022-08-17 16:27:43 +030043readonly ota_url="https://dl.google.com/dl/android/aosp/redfin-ota-tp1a.220624.014-3301931b.zip"
44readonly ota_sha256="3301931bd6d287899aa08eeb50a869d30f2b767de7505bb802d08f4476af1e0c"
Chirayu Desai5924fec2022-01-13 18:09:26 +020045
Michael Bestas8fcb8312022-08-17 16:27:43 +030046readonly security_patch="2022-08-05"