blob: f618211dc3ea93dfcf84a857106fe7baff224288 [file] [log] [blame]
Michael Bestasdaa46942023-12-22 21:48:11 +00001# Pixel 7a
2
3# Usage: ${device_repos[@]}
4device_repos=(
5 device/google/lynx
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/lynx-ap4a.241205.013-factory-2cfa9b95.zip"
20readonly image_sha256="2cfa9b95c0b91bc071205abbc0bc86690cb72b01c2b8c9bf152db6922cafb6e6"
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=lynx-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/lynx-ota-ap4a.241205.013-c8013227.zip"
25readonly ota_sha256="c8013227e36b3186a53f8a47e85bbba4651744f0195831313c37f6cd59beaddc"
Michael Bestasdaa46942023-12-22 21:48:11 +000026
Michael Bestase093ddf2024-12-05 21:27:59 +020027readonly security_patch="2024-12-05"