cb8d520631
Change-Id: I67c9580652c40d70bc1908f9cb98c6ea6a94c9b4
28 lines
874 B
Text
28 lines
874 B
Text
# Pixel 5a
|
|
|
|
# Usage: ${device_repos[@]}
|
|
device_repos=(
|
|
device/google/redbull
|
|
device/google/barbet
|
|
)
|
|
|
|
# Updated semi-manually via pixel/update-any-var.sh
|
|
|
|
readonly build_id="AP1A.240405.002"
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="android-14.0.0_r29"
|
|
readonly aosp_tag="android-14.0.0_r30"
|
|
|
|
readonly build_number="11480754"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/barbet-ap1a.240405.002-factory-79849e07.zip"
|
|
readonly image_sha256="79849e074fcb87d3cb707d3b6aab26d04eb4078c859bf15f373fa5834a338a04"
|
|
|
|
readonly flash_url="https://flash.android.com/build/11480754?target=barbet-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/barbet-ota-ap1a.240405.002-0865416f.zip"
|
|
readonly ota_sha256="0865416f44af26e3c2080054823c445bd44aca84f4306fc91741b43ceec8279e"
|
|
|
|
readonly security_patch="2024-04-05"
|