265fdadd56
* We subtree those in pixel trees Change-Id: I16f71128bb19cd93381e7c67d9e809f43cd0a3ec
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 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/redfin-sq3a.220605.009.a1-factory-391bb7ac.zip"
|
|
readonly image_sha256="391bb7ac33e8b8079d62347f6868f2d1e7b77e8655fadd01bde6edb0f341ef0d"
|
|
|
|
readonly flash_url="https://flash.android.com/build/8643238?target=redfin-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/redfin-ota-sq3a.220605.009.a1-b07256d6.zip"
|
|
readonly ota_sha256="b07256d636dc8e21bf0c7b9d1f59fac182b0eacd5da133cc24bae6e9a97544e7"
|
|
|
|
readonly security_patch="2022-06-05"
|