d7f56a98cf
All Pixels modem.img: fbpack version 1 QCOM Pixels bootloader.img: fbpack version 1 Tensor Pixels bootloader.img: fbpack version 2 Test: export WORK_DIR=/some/dir/with/factory/images source vendor/lineage/vars/pixels for d in ${devices[@]}; do lineage/scripts/pixel/firmware.sh $d; done for d in ${devices[@]}; do git -C vendor/google/$d status; done Co-authored-by: Chirayu Desai <chirayudesai1@gmail.com> Change-Id: Ic1990f75a6be515e5d91d65e3ddf88b8e0c90001
42 lines
1,010 B
Text
42 lines
1,010 B
Text
# Pixel 6a
|
|
|
|
# Usage: ${firmware_partitions[@]}
|
|
readonly firmware_partitions=(
|
|
bl1
|
|
pbl
|
|
bl2
|
|
abl
|
|
bl31
|
|
tzsw
|
|
gsa
|
|
ldfw
|
|
modem
|
|
)
|
|
|
|
# Usage: ${device_repos[@]}
|
|
device_repos=(
|
|
device/google/bluejay
|
|
)
|
|
|
|
readonly fbpk_version="v2"
|
|
|
|
# Updated semi-manually via pixel/update-any-var.sh
|
|
|
|
readonly build_id="TQ3A.230605.010"
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="android-13.0.0_r43"
|
|
readonly aosp_tag="android-13.0.0_r50"
|
|
|
|
readonly build_number="10121037"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/bluejay-tq3a.230605.010-factory-1d224b94.zip"
|
|
readonly image_sha256="1d224b9463d6903a27e90d3413726925e91c55b2774449617f4e2f8ea767b745"
|
|
|
|
readonly flash_url="https://flash.android.com/build/10121037?target=bluejay-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/bluejay-ota-tq3a.230605.010-a67dbf36.zip"
|
|
readonly ota_sha256="a67dbf3626dd2f9fd187b83b738b7152b0200fb2bf031c469e00777b47f8b002"
|
|
|
|
readonly security_patch="2023-06-05"
|