d18183e1d3
Change-Id: I4501762ef8245e73d17e790802d720dd3007c712
29 lines
876 B
Text
29 lines
876 B
Text
# Pixel Fold
|
|
|
|
# Usage: ${device_repos[@]}
|
|
device_repos=(
|
|
device/google/felix
|
|
)
|
|
|
|
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/felix-uq1a.240105.004-factory-43e2b4da.zip"
|
|
readonly image_sha256="43e2b4daf1f9a6e1f8dca86344cd5ee41025790d882a33aee66f7f34c0ec7eef"
|
|
|
|
readonly flash_url="https://flash.android.com/build/11206848?target=felix-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/felix-ota-uq1a.240105.004-500583b0.zip"
|
|
readonly ota_sha256="500583b0dd089aed7a67d7a5cc641ef860696465ad84d8f621d43109fbfb2545"
|
|
|
|
readonly security_patch="2024-01-05"
|