-
Notifications
You must be signed in to change notification settings - Fork 69
/
Copy pathblueline
43 lines (32 loc) · 1.02 KB
/
blueline
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Pixel 3
# Usage: ${firmware_partitions[@]}
readonly firmware_partitions=(
abl
aop
cmnlib
cmnlib64
devcfg
hyp
keymaster
qupfw
tz
xbl
xbl_config
modem
)
# Usage: ${device_repos[@]}
device_repos=(
# common repos in crosshatch
)
# Updated semi-manually via pixel/update-any-var.sh
readonly build_id=SP1A.210812.016.C2 # Jun 2022
# Updated automatically via pixel/update-device-vars.sh
readonly prev_aosp_tag="android-12.0.0_r31"
readonly aosp_tag="android-12.0.0_r34"
readonly build_number="8618562"
readonly image_url="https://dl.google.com/dl/android/aosp/blueline-sp1a.210812.016.c2-factory-fa981d87.zip"
readonly image_sha256="fa981d87b6b28a1996161accbb147f46fe29663bb2ce6cc13dc9e500cbc59c93"
readonly flash_url="https://flash.android.com/build/8618562?target=blueline-user&signed"
readonly ota_url="https://dl.google.com/dl/android/aosp/blueline-ota-sp1a.210812.016.c2-f7ebc6b3.zip"
readonly ota_sha256="f7ebc6b326be1b40355d1e0b6d5e5e73204878f3419dec954eb35e1677bb12a1"
readonly security_patch="2021-10-05"