blob: 5ae0d464767f8d8fbc62b94c7e3b24a39182710e [file] [log] [blame]
Michael Bestasdaa46942023-12-22 21:48:11 +00001# Pixel Fold
2
3# Usage: ${device_repos[@]}
4device_repos=(
5 device/google/felix
6)
7
Michael Bestasdaa46942023-12-22 21:48:11 +00008# Updated semi-manually via pixel/update-any-var.sh
9
Michael Bestase093ddf2024-12-05 21:27:59 +020010readonly build_id="AP4A.241205.013"
Michael Bestasdaa46942023-12-22 21:48:11 +000011
12# Updated automatically via pixel/update-device-vars.sh
13
Michael Bestase093ddf2024-12-05 21:27:59 +020014readonly prev_aosp_tag="android-15.0.0_r4"
15readonly aosp_tag="android-15.0.0_r6"
Michael Bestasdaa46942023-12-22 21:48:11 +000016
Michael Bestase093ddf2024-12-05 21:27:59 +020017readonly build_number="12621605"
Michael Bestasdaa46942023-12-22 21:48:11 +000018
Michael Bestase093ddf2024-12-05 21:27:59 +020019readonly image_url="https://dl.google.com/dl/android/aosp/felix-ap4a.241205.013-factory-7d1b8f98.zip"
20readonly image_sha256="7d1b8f989fee12b493b45b56de99dc5de5c153d3787def11d7c4be2ffb54f725"
Michael Bestasdaa46942023-12-22 21:48:11 +000021
Michael Bestase093ddf2024-12-05 21:27:59 +020022readonly flash_url="https://flash.android.com/build/12621605?target=felix-user&signed"
Michael Bestasdaa46942023-12-22 21:48:11 +000023
Michael Bestase093ddf2024-12-05 21:27:59 +020024readonly ota_url="https://dl.google.com/dl/android/aosp/felix-ota-ap4a.241205.013-a7b7c57f.zip"
25readonly ota_sha256="a7b7c57f2e6b5c3384787026781bba7623dec219ecad4eac90d782cc31dec1c9"
Michael Bestasdaa46942023-12-22 21:48:11 +000026
Michael Bestase093ddf2024-12-05 21:27:59 +020027readonly security_patch="2024-12-05"