862b9f17bb
Change-Id: I8bcb25dfa6bb61407e0b78a9adc9cf97e971c026
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="TP1A.220624.014"
|
|
readonly build_id="TP1A.220905.004"
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="android-13.0.0_r1"
|
|
readonly aosp_tag="android-13.0.0_r4"
|
|
|
|
readonly prev_build_number="8819323"
|
|
readonly build_number="8927612"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/sunfish-tp1a.220905.004-factory-b55d9ef4.zip"
|
|
readonly image_sha256="b55d9ef42e487dc1cf787e24abe402d6083ca3e785a7eecf4b90fd42ea9f1d9f"
|
|
|
|
readonly flash_url="https://flash.android.com/build/8927612?target=sunfish-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/sunfish-ota-tp1a.220905.004-4e5314c5.zip"
|
|
readonly ota_sha256="4e5314c549c5289f910e14001a48b21fb05502ec5f63aa9533623efd648ee47a"
|
|
|
|
readonly security_patch="2022-09-05"
|