105c260c73
Change-Id: I89d00c104b68bcbc331b2d067f926512534f796a
51 lines
1.3 KiB
Text
51 lines
1.3 KiB
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
|
|
)
|
|
|
|
# Need OTA zip for firmware, not supported by image_unpacker yet
|
|
readonly needs_ota=true
|
|
|
|
# Updated semi-manually via pixel/update-any-var.sh
|
|
|
|
readonly prev_kernel_tag="NA"
|
|
readonly kernel_tag=android-12.1.0_r0.40 # Jun 2022
|
|
|
|
# Match with version string in commit message of prebuilt kernel
|
|
readonly prev_gki_tag="NA"
|
|
readonly gki_tag=android12-5.10-2021-12_r8 # Jun 2022
|
|
|
|
readonly prev_build_id="TP1A.220905.004.A2"
|
|
readonly build_id="TP1A.221005.003"
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="android-13.0.0_r6"
|
|
readonly aosp_tag="android-13.0.0_r8"
|
|
|
|
readonly prev_build_number="9014697"
|
|
readonly build_number="9018821"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/bluejay-tp1a.221005.003-factory-79e6bc1a.zip"
|
|
readonly image_sha256="79e6bc1a7b7084ae2e3a8d4eddd49ac943476ad55f0254a9902658432576264c"
|
|
|
|
readonly flash_url="https://flash.android.com/build/9018821?target=bluejay-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/bluejay-ota-tp1a.221005.003-574bf4cf.zip"
|
|
readonly ota_sha256="574bf4cf0ad1f1cb563592a9dfa76876a70f9e5aa4c3e0afea4dcbbfe55d7320"
|
|
|
|
readonly security_patch="2022-10-05"
|