d18183e1d3
Change-Id: I4501762ef8245e73d17e790802d720dd3007c712
29 lines
870 B
Text
29 lines
870 B
Text
# Pixel 7a
|
|
|
|
# Usage: ${device_repos[@]}
|
|
device_repos=(
|
|
device/google/lynx
|
|
)
|
|
|
|
readonly fbpk_version="v2"
|
|
|
|
# Updated semi-manually via pixel/update-any-var.sh
|
|
|
|
readonly build_id="UQ1A.240105.004"
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="android-14.0.0_r17"
|
|
readonly aosp_tag="android-14.0.0_r20"
|
|
|
|
readonly build_number="11206848"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/lynx-uq1a.240105.004-factory-2c92ba1c.zip"
|
|
readonly image_sha256="2c92ba1cf2cd6f3724481215f896bf60ad99fb1b2f519733e303d4bc1dbf3bc3"
|
|
|
|
readonly flash_url="https://flash.android.com/build/11206848?target=lynx-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/lynx-ota-uq1a.240105.004-82d41b41.zip"
|
|
readonly ota_sha256="82d41b41663d63cde672535a1da8b9b7ec973e0d110758de156df2c6a22659e0"
|
|
|
|
readonly security_patch="2024-01-05"
|