385062993e
Ref: * https://groups.google.com/g/android-building/c/OcBZdzrP_Ps/m/t-_z7XQPAAAJ * https://support.google.com/pixelphone/thread/220747201/google-pixel-update-june-2023?hl=en Change-Id: Ie2cc0b8057daa6907eca5fe4a6920b544dd4beb6
44 lines
1 KiB
Text
44 lines
1 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 build_id="TQ3A.230605.011"
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="android-13.0.0_r43"
|
|
readonly aosp_tag="android-13.0.0_r51"
|
|
|
|
readonly build_number="10161073"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/barbet-tq3a.230605.011-factory-0df620b5.zip"
|
|
readonly image_sha256="0df620b5deffca2411e4aa12cd8d99a33d1049d703edb115ffc030f677987ae6"
|
|
|
|
readonly flash_url="https://flash.android.com/build/10161073?target=barbet-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/barbet-ota-tq3a.230605.011-ddb7b951.zip"
|
|
readonly ota_sha256="ddb7b9516ad5dc305e79d18d79e89ba9eab8729dc4578b5b56dd7c5bb27b4515"
|
|
|
|
readonly security_patch="2023-06-05"
|