6ab33bce49
Change-Id: I83d70b6625155ed712179dc3757e81a9b8dd42d0
44 lines
1.1 KiB
Text
44 lines
1.1 KiB
Text
# Pixel 4
|
|
|
|
# Usage: ${firmware_partitions[@]}
|
|
readonly firmware_partitions=(
|
|
abl
|
|
aop
|
|
devcfg
|
|
hyp
|
|
keymaster
|
|
qupfw
|
|
tz
|
|
uefisecapp
|
|
xbl
|
|
xbl_config
|
|
modem
|
|
)
|
|
|
|
# Usage: ${device_repos[@]}
|
|
device_repos=(
|
|
# common repos in coral
|
|
)
|
|
|
|
# Updated manually
|
|
|
|
readonly prev_build_id=SP2A.220505.002 # May 2022
|
|
readonly build_id=SQ3A.220605.009.A1 # Jun 2022
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="android-12.1.0_r5"
|
|
readonly aosp_tag="android-12.1.0_r7"
|
|
|
|
readonly prev_build_number="8353555"
|
|
readonly build_number="8643238"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/flame-sq3a.220605.009.a1-factory-6762fa66.zip"
|
|
readonly image_sha256="6762fa669273093db63bc1b85f707c3a5f5112c42861d6bcd4fae93a9ae0eb50"
|
|
|
|
readonly flash_url="https://flash.android.com/build/8643238?target=flame-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/flame-ota-sq3a.220605.009.a1-296671c1.zip"
|
|
readonly ota_sha256="296671c1f64d04d4b5eb6829b88d53e63f3caa64b1c595b94fb610d6bcd12cae"
|
|
|
|
readonly security_patch="2022-06-05"
|