blob: 318281e50c4e67b38ab478a4eb276e99c4892867 [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
21 device/google/sunfish-sepolicy
22)
23
24# Updated manually
25
26readonly prev_build_id=SQ1A.220205.002 # Feb 2022
27readonly build_id=SP2A.220305.012 # Mar 2022
28
29# Updated automatically via pixel/update-device-vars.sh
30
31readonly prev_aosp_tag="android-12.0.0_r28"
32readonly aosp_tag="android-12.1.0_r1"
33
34readonly prev_build_number="8010174"
35readonly build_number="8177914"
36
37readonly image_url="https://dl.google.com/dl/android/aosp/sunfish-sp2a.220305.012-factory-f4a9c665.zip"
38readonly image_sha256="f4a9c665b3614ef4ad84e0b5cb9d4207837288c72430974dcbdf81d6ba460f5c"
39
40readonly flash_url="https://flash.android.com/build/8177914?target=sunfish-user&signed"
41
42readonly ota_url="https://dl.google.com/dl/android/aosp/sunfish-ota-sp2a.220305.012-83e86fac.zip"
43readonly ota_sha256="83e86fac6c854b9a500635b7efd3afe295c153e3e28e8403e55c80fa5d8b49e5"
44
45readonly security_patch="2022-03-05"