e5a041edc3
* https://support.google.com/pixelphone/thread/205950390/google-pixel-update-march-2023?hl=en * No release for gs101 yet Change-Id: I4f83242744d484c8e8fdd7985963a8d4a616608e
44 lines
1.1 KiB
Text
44 lines
1.1 KiB
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 prev_build_id="TQ1A.230205.002"
|
|
readonly build_id="TQ2A.230305.008.C1"
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="android-13.0.0_r30"
|
|
readonly aosp_tag="android-13.0.0_r35"
|
|
|
|
readonly prev_build_number="9471150"
|
|
readonly build_number="9619669"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/sunfish-tq2a.230305.008.c1-factory-97732c43.zip"
|
|
readonly image_sha256="97732c431378d70382dc5bee7af00033a9d849fc34d90d77223eb370df43fc10"
|
|
|
|
readonly flash_url="https://flash.android.com/build/9619669?target=sunfish-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/sunfish-ota-tq2a.230305.008.c1-174fd16b.zip"
|
|
readonly ota_sha256="174fd16b47ef994ea8f3cb0f3fb456df2654b0aa1f9ea6fb8e54e5c6319f2601"
|
|
|
|
readonly security_patch="2023-03-05"
|