acbcabe458
TODO: Fully automate Change-Id: Ibdcd15f24cbe6477ac84d63f019ff1f145fa2def
46 lines
1.1 KiB
Text
46 lines
1.1 KiB
Text
# Pixel 5
|
|
|
|
# Usage: ${firmware_partitions[@]}
|
|
readonly firmware_partitions=(
|
|
abl
|
|
aop
|
|
devcfg
|
|
hyp
|
|
keymaster
|
|
qupfw
|
|
tz
|
|
uefisecapp
|
|
xbl
|
|
xbl_config
|
|
featenabler
|
|
modem
|
|
)
|
|
|
|
# Usage: ${device_repos[@]}
|
|
device_repos=(
|
|
device/google/redbull
|
|
device/google/redfin
|
|
)
|
|
|
|
# Updated semi-manually via pixel/update-any-var.sh
|
|
|
|
readonly prev_build_id=SQ3A.220605.009.A1 # Jun 2022
|
|
readonly build_id=SQ3A.220705.003.A1 # Jul 2022
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="android-12.1.0_r7"
|
|
readonly aosp_tag="android-12.1.0_r11"
|
|
|
|
readonly prev_build_number="8643238"
|
|
readonly build_number="8672226"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/redfin-sq3a.220705.003.a1-factory-b193f96f.zip"
|
|
readonly image_sha256="b193f96f8b0b9acc832fc4c3df3350bc05bf1acf189d19c8c7a992d1d7566e51"
|
|
|
|
readonly flash_url="https://flash.android.com/build/8672226?target=redfin-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/redfin-ota-sq3a.220705.003.a1-6e8011e7.zip"
|
|
readonly ota_sha256="6e8011e7b18112886285499fb70d90ba0683b430a2ac429b42885d419b3d7649"
|
|
|
|
readonly security_patch="2022-07-05"
|