1656983529
Change-Id: Icc4774077379e6bc9a363b800fa0b1ddca28d62b
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.240205.002"
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="android-14.0.0_r20"
|
|
readonly aosp_tag="android-14.0.0_r22"
|
|
|
|
readonly build_number="11224170"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/lynx-uq1a.240205.002-factory-b7826107.zip"
|
|
readonly image_sha256="b78261072fde04777fd4687271c4e0bdfe75fa63d84fb00cc75bc2a33e08dee5"
|
|
|
|
readonly flash_url="https://flash.android.com/build/11224170?target=lynx-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/lynx-ota-uq1a.240205.002-1e197bab.zip"
|
|
readonly ota_sha256="1e197bab937764e51d740895061a3c4ea2e0a3f69aa0198946c8d7542ed356d3"
|
|
|
|
readonly security_patch="2024-02-05"
|