blob: 67ee50d119c9c0704ec9b9868df70935f71fd906 [file] [log] [blame]
Chirayu Desai5924fec2022-01-13 18:09:26 +02001# Pixel 4a
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 modem
16)
17
18# Usage: ${device_repos[@]}
19device_repos=(
20 device/google/sunfish
Chirayu Desai5924fec2022-01-13 18:09:26 +020021)
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.003.A1"
26readonly build_id="TP1A.220624.014"
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_r11"
31readonly aosp_tag="android-13.0.0_r1"
Chirayu Desai5924fec2022-01-13 18:09:26 +020032
Michael Bestas8fcb8312022-08-17 16:27:43 +030033readonly prev_build_number="8672226"
34readonly build_number="8819323"
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/sunfish-tp1a.220624.014-factory-0d658770.zip"
37readonly image_sha256="0d6587706e00f53da15255d36c8a9306c144de6a2c05af0dc6304e9b73de82fe"
Chirayu Desai5924fec2022-01-13 18:09:26 +020038
Michael Bestas8fcb8312022-08-17 16:27:43 +030039readonly flash_url="https://flash.android.com/build/8819323?target=sunfish-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/sunfish-ota-tp1a.220624.014-296281b7.zip"
42readonly ota_sha256="296281b7f7d9bbcdd4c77c290fc1e1eb34a1b70480250a082cb83b0e95d2fa27"
Chirayu Desai5924fec2022-01-13 18:09:26 +020043
Michael Bestas8fcb8312022-08-17 16:27:43 +030044readonly security_patch="2022-08-05"