aeb5e1171e
Change-Id: Ibe5ad02cd6f98acfe9ec8188bc3422539c28fcd6
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.231205.015"
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="android-14.0.0_r14"
|
|
readonly aosp_tag="android-14.0.0_r17"
|
|
|
|
readonly build_number="11084887"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/lynx-uq1a.231205.015-factory-f4fe5ddf.zip"
|
|
readonly image_sha256="f4fe5ddfc5dd50091a00a2f915d1519e2c73864e2482d69d182b757648b4c6f1"
|
|
|
|
readonly flash_url="https://flash.android.com/build/11084887?target=lynx-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/lynx-ota-uq1a.231205.015-94684930.zip"
|
|
readonly ota_sha256="94684930977f3de6d55f35fa1e98d8c2ce65682496dbaf2f311a0cdb209f762c"
|
|
|
|
readonly security_patch="2023-12-05"
|