55b48a2c84
* Excluding: raviole from vars/kernel_repos gs-common from vars/raven Change-Id: Iaf24a2aba7ca26d5394f6a224d4e8660d02a901a
45 lines
1.1 KiB
Text
45 lines
1.1 KiB
Text
# Pixel 3a
|
|
|
|
# Usage: ${firmware_partitions[@]}
|
|
readonly firmware_partitions=(
|
|
abl
|
|
aop
|
|
cmnlib
|
|
cmnlib64
|
|
devcfg
|
|
hyp
|
|
keymaster
|
|
qupfw
|
|
tz
|
|
xbl
|
|
xbl_config
|
|
modem
|
|
)
|
|
|
|
# Usage: ${device_repos[@]}
|
|
device_repos=(
|
|
# common repos in bonito
|
|
)
|
|
|
|
# Updated manually
|
|
|
|
readonly prev_build_id=SQ1A.220205.002 # Feb 2022
|
|
readonly build_id=SP2A.220305.012 # Mar 2022
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="android-12.0.0_r28"
|
|
readonly aosp_tag="android-12.1.0_r1"
|
|
|
|
readonly prev_build_number="8010174"
|
|
readonly build_number="8177914"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/sargo-sp2a.220305.012-factory-6a43e833.zip"
|
|
readonly image_sha256="6a43e8336e38043a0659d92e2e0f28add66dc82d56a4298f901bd2cd2191c940"
|
|
|
|
readonly flash_url="https://flash.android.com/build/8177914?target=sargo-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/sargo-ota-sp2a.220305.012-66210901.zip"
|
|
readonly ota_sha256="662109017074fd71c3f8603375680ebc8fcc0745bcfe92a4094356203cff817b"
|
|
|
|
readonly security_patch="2022-03-05"
|