72613567a3
Change-Id: I2a7efa5473f99d65bf5cb096bf67655e8b09ca8f
43 lines
1 KiB
Text
43 lines
1 KiB
Text
# 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"
|