acbcabe458
TODO: Fully automate Change-Id: Ibdcd15f24cbe6477ac84d63f019ff1f145fa2def
49 lines
1.2 KiB
Text
49 lines
1.2 KiB
Text
# Pixel 5a
|
|
|
|
# Usage: ${firmware_partitions[@]}
|
|
readonly firmware_partitions=(
|
|
abl
|
|
aop
|
|
devcfg
|
|
hyp
|
|
keymaster
|
|
qupfw
|
|
tz
|
|
uefisecapp
|
|
xbl
|
|
xbl_config
|
|
featenabler
|
|
modem
|
|
)
|
|
|
|
# Usage: ${device_repos[@]}
|
|
device_repos=(
|
|
# common repos in redfin
|
|
device/google/barbet
|
|
)
|
|
|
|
# Updated semi-manually via pixel/update-any-var.sh
|
|
|
|
readonly prev_kernel_tag=android-12.1.0_r0.27 # Jun 2022
|
|
readonly kernel_tag=android-12.1.0_r0.34 # Jul 2022
|
|
|
|
readonly prev_build_id=SQ3A.220605.009.A1 # Jun 2022
|
|
readonly build_id=SQ3A.220705.003.A1 # Jul 2022
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="android-12.1.0_r7"
|
|
readonly aosp_tag="android-12.1.0_r11"
|
|
|
|
readonly prev_build_number="8643238"
|
|
readonly build_number="8672226"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/barbet-sq3a.220705.003.a1-factory-02a3ec15.zip"
|
|
readonly image_sha256="02a3ec1520db5f2357b2c5dd28ed138614414a9a18090bdb2be2035ba1304e8f"
|
|
|
|
readonly flash_url="https://flash.android.com/build/8672226?target=barbet-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/barbet-ota-sq3a.220705.003.a1-cb621def.zip"
|
|
readonly ota_sha256="cb621def17250a349e330a9284928e49ef4ee868d1b9042d0244e386b52ba4ed"
|
|
|
|
readonly security_patch="2022-07-05"
|