105c260c73
Change-Id: I89d00c104b68bcbc331b2d067f926512534f796a
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.220905.004"
|
|
readonly build_id="TP1A.221005.002"
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="android-13.0.0_r4"
|
|
readonly aosp_tag="android-13.0.0_r7"
|
|
|
|
readonly prev_build_number="8927612"
|
|
readonly build_number="9012097"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/sunfish-tp1a.221005.002-factory-ce14ad3c.zip"
|
|
readonly image_sha256="ce14ad3cb569d75b9db381ca075fee374bc7f72b7c3c65a6c01f23fec9794361"
|
|
|
|
readonly flash_url="https://flash.android.com/build/9012097?target=sunfish-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/sunfish-ota-tp1a.221005.002-305cd73e.zip"
|
|
readonly ota_sha256="305cd73eb0083f6fff2de45816b28dc92c3c6c8bb830a168c783d5e8987cd163"
|
|
|
|
readonly security_patch="2022-10-05"
|