91545926df
Change-Id: I282583589b548c53dabe6192fc0a576f02b81512
44 lines
1 KiB
Text
44 lines
1 KiB
Text
# Pixel 4a (5G)
|
|
|
|
# Usage: ${firmware_partitions[@]}
|
|
readonly firmware_partitions=(
|
|
abl
|
|
aop
|
|
devcfg
|
|
hyp
|
|
keymaster
|
|
qupfw
|
|
tz
|
|
uefisecapp
|
|
xbl
|
|
xbl_config
|
|
featenabler
|
|
modem
|
|
)
|
|
|
|
# Usage: ${device_repos[@]}
|
|
device_repos=(
|
|
# common repos in redfin
|
|
device/google/bramble
|
|
)
|
|
|
|
# Updated semi-manually via pixel/update-any-var.sh
|
|
|
|
readonly build_id="UP1A.231005.007"
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="android-13.0.0_r75"
|
|
readonly aosp_tag="android-14.0.0_r1"
|
|
|
|
readonly build_number="10754064"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/bramble-up1a.231005.007-factory-fc548663.zip"
|
|
readonly image_sha256="fc54866335ba7efdcca38e61fcd939025f5140df2490a61c8a824f03267850b2"
|
|
|
|
readonly flash_url="https://flash.android.com/build/10754064?target=bramble-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/bramble-ota-up1a.231005.007-231386fe.zip"
|
|
readonly ota_sha256="231386fedfa64b0456bf0287b485d89bb3cc96955075737d36a64a5d8fc9e5f3"
|
|
|
|
readonly security_patch="2023-10-05"
|