blob: 1fdc42b69bce8de1b010617357804e699faa1209 [file] [log] [blame]
Chirayu Desai5924fec2022-01-13 18:09:26 +02001# Pixel 5a
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 # common repos in redfin
22 device/google/barbet
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="8819323"
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/barbet-tp1a.220624.014-factory-af1f224f.zip"
39readonly image_sha256="af1f224fccb523213b1e0a55596d9e32ed2b10bc3e37d092bdde643b48757209"
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=barbet-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/barbet-ota-tp1a.220624.014-502b35c0.zip"
44readonly ota_sha256="502b35c0d15d194c14a414d6a8d4606bc8e1867cbfd26d289d184e0317f1e8a5"
Chirayu Desai5924fec2022-01-13 18:09:26 +020045
Michael Bestas8fcb8312022-08-17 16:27:43 +030046readonly security_patch="2022-08-05"