72613567a3
Change-Id: I2a7efa5473f99d65bf5cb096bf67655e8b09ca8f
43 lines
1,016 B
Text
43 lines
1,016 B
Text
# Pixel 3a
|
|
|
|
# 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 bonito
|
|
)
|
|
|
|
# Updated semi-manually via pixel/update-any-var.sh
|
|
|
|
readonly build_id="SP2A.220505.008"
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="android-12.1.0_r6"
|
|
readonly aosp_tag="android-12.1.0_r27"
|
|
|
|
readonly build_number="8782922"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/sargo-sp2a.220505.008-factory-071e368a.zip"
|
|
readonly image_sha256="071e368a127ce5a3c553f8b717895eaf1e44dec78971dc4c80baa7237d2d37f1"
|
|
|
|
readonly flash_url="https://flash.android.com/build/8782922?target=sargo-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/sargo-ota-sp2a.220505.008-2037245c.zip"
|
|
readonly ota_sha256="2037245c06c8e0912c098c347be7b49a707d7cacf9a663ad7e68c96ce75ea32b"
|
|
|
|
readonly security_patch="2022-05-05"
|