4d99166a2b
Change-Id: I20f7da81c11eef3b19fa294c3c1f111f2b889376
46 lines
1.1 KiB
Text
46 lines
1.1 KiB
Text
# Pixel 5a
|
|
|
|
# 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/barbet
|
|
)
|
|
|
|
# Updated semi-manually via pixel/update-any-var.sh
|
|
|
|
readonly prev_build_id="TQ2A.230305.008.C1"
|
|
readonly build_id="TQ2A.230405.003"
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="android-13.0.0_r35"
|
|
readonly aosp_tag="android-13.0.0_r38"
|
|
|
|
readonly prev_build_number="9619669"
|
|
readonly build_number="9719927"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/barbet-tq2a.230405.003-factory-8c94f18d.zip"
|
|
readonly image_sha256="8c94f18d663cf135c16189de91ee9f4b24fa09ee82e99dcf81a0434e0489b029"
|
|
|
|
readonly flash_url="https://flash.android.com/build/9719927?target=barbet-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/barbet-ota-tq2a.230405.003-29870000.zip"
|
|
readonly ota_sha256="29870000204584b6c92ec2ae835cdd727ab45d0971423ff50b4c68228812374b"
|
|
|
|
readonly security_patch="2023-04-05"
|