9d239d1b9a
Change-Id: I092d281604c7622c97c690867c0ea2cc88f58278
42 lines
1,015 B
Text
42 lines
1,015 B
Text
# Pixel 4a
|
|
|
|
# Usage: ${firmware_partitions[@]}
|
|
readonly firmware_partitions=(
|
|
abl
|
|
aop
|
|
devcfg
|
|
hyp
|
|
keymaster
|
|
qupfw
|
|
tz
|
|
uefisecapp
|
|
xbl
|
|
xbl_config
|
|
modem
|
|
)
|
|
|
|
# Usage: ${device_repos[@]}
|
|
device_repos=(
|
|
device/google/sunfish
|
|
)
|
|
|
|
# Updated semi-manually via pixel/update-any-var.sh
|
|
|
|
readonly build_id="TQ3A.230805.001"
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="android-13.0.0_r61"
|
|
readonly aosp_tag="android-13.0.0_r67"
|
|
|
|
readonly build_number="10316531"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/sunfish-tq3a.230805.001-factory-b3d86cc6.zip"
|
|
readonly image_sha256="b3d86cc61452d79b7e67426fe40594ede549ead3ab20d7729caf1a1dfbd8e107"
|
|
|
|
readonly flash_url="https://flash.android.com/build/10316531?target=sunfish-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/sunfish-ota-tq3a.230805.001-01fd34b2.zip"
|
|
readonly ota_sha256="01fd34b206152a3559039161c9874ab03df37da4268b86a9e0be899de5fc0af7"
|
|
|
|
readonly security_patch="2023-08-05"
|