2022-01-13 17:09:26 +01:00
|
|
|
# Pixel 5a
|
|
|
|
|
|
|
|
# Usage: ${device_repos[@]}
|
|
|
|
device_repos=(
|
2023-12-06 21:41:35 +01:00
|
|
|
device/google/redbull
|
2022-01-13 17:09:26 +01:00
|
|
|
device/google/barbet
|
|
|
|
)
|
|
|
|
|
2022-07-08 15:34:35 +02:00
|
|
|
# Updated semi-manually via pixel/update-any-var.sh
|
2022-01-13 17:09:26 +01:00
|
|
|
|
2024-04-03 00:16:04 +02:00
|
|
|
readonly build_id="AP1A.240405.002"
|
2022-01-13 17:09:26 +01:00
|
|
|
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
|
2024-04-03 00:16:04 +02:00
|
|
|
readonly prev_aosp_tag="android-14.0.0_r29"
|
|
|
|
readonly aosp_tag="android-14.0.0_r30"
|
2022-01-13 17:09:26 +01:00
|
|
|
|
2024-04-03 00:16:04 +02:00
|
|
|
readonly build_number="11480754"
|
2022-01-13 17:09:26 +01:00
|
|
|
|
2024-04-03 00:16:04 +02:00
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/barbet-ap1a.240405.002-factory-79849e07.zip"
|
|
|
|
readonly image_sha256="79849e074fcb87d3cb707d3b6aab26d04eb4078c859bf15f373fa5834a338a04"
|
2022-01-13 17:09:26 +01:00
|
|
|
|
2024-04-03 00:16:04 +02:00
|
|
|
readonly flash_url="https://flash.android.com/build/11480754?target=barbet-user&signed"
|
2022-01-13 17:09:26 +01:00
|
|
|
|
2024-04-03 00:16:04 +02:00
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/barbet-ota-ap1a.240405.002-0865416f.zip"
|
|
|
|
readonly ota_sha256="0865416f44af26e3c2080054823c445bd44aca84f4306fc91741b43ceec8279e"
|
2022-01-13 17:09:26 +01:00
|
|
|
|
2024-04-03 00:16:04 +02:00
|
|
|
readonly security_patch="2024-04-05"
|