6ab33bce49
Change-Id: I83d70b6625155ed712179dc3757e81a9b8dd42d0
45 lines
1.1 KiB
Text
45 lines
1.1 KiB
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 manually
|
|
|
|
readonly prev_build_id=SP2A.220505.002 # May 2022
|
|
readonly build_id=SP2A.220505.006 # May 2022
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="android-12.1.0_r5"
|
|
readonly aosp_tag="android-12.1.0_r6"
|
|
|
|
readonly prev_build_number="8353555"
|
|
readonly build_number="8561491"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/sargo-sp2a.220505.006-factory-978959e1.zip"
|
|
readonly image_sha256="978959e1abaa1d39d2a26eafeebae69e90f6a82bcc214750f40e73bebed24767"
|
|
|
|
readonly flash_url="https://flash.android.com/build/8561491?target=sargo-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/sargo-ota-sp2a.220505.006-361c0735.zip"
|
|
readonly ota_sha256="361c0735ea2c641c083c1cdc45f56df9721b7600b755a2b535aafe8b4ff1e605"
|
|
|
|
readonly security_patch="2022-05-05"
|