blob: 5f3cffff53d04a3aaa77230c03edd97a46113b9e [file] [log] [blame]
Scott Warner1b8cf382023-11-21 22:10:02 -05001# Pixel 8
2
3# Usage: ${device_repos[@]}
4device_repos=(
5 # common repos in husky
6)
7
Scott Warner1b8cf382023-11-21 22:10:02 -05008# Updated semi-manually via pixel/update-any-var.sh
9
Michael Bestase093ddf2024-12-05 21:27:59 +020010readonly build_id="AP4A.241205.013"
Scott Warner1b8cf382023-11-21 22:10:02 -050011
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"
Scott Warner1b8cf382023-11-21 22:10:02 -050016
Michael Bestase093ddf2024-12-05 21:27:59 +020017readonly build_number="12621605"
Scott Warner1b8cf382023-11-21 22:10:02 -050018
Michael Bestase093ddf2024-12-05 21:27:59 +020019readonly image_url="https://dl.google.com/dl/android/aosp/shiba-ap4a.241205.013-factory-66f111e2.zip"
20readonly image_sha256="66f111e269d327e69f5906e1103bf362be122f77f27df14b3be66fea94b1bb09"
Scott Warner1b8cf382023-11-21 22:10:02 -050021
Michael Bestase093ddf2024-12-05 21:27:59 +020022readonly flash_url="https://flash.android.com/build/12621605?target=shiba-user&signed"
Scott Warner1b8cf382023-11-21 22:10:02 -050023
Michael Bestase093ddf2024-12-05 21:27:59 +020024readonly ota_url="https://dl.google.com/dl/android/aosp/shiba-ota-ap4a.241205.013-7f13493c.zip"
25readonly ota_sha256="7f13493c46dcf18070a5dda5c5a323056f66107e78e054f9ddc3b3bfd6372288"
Scott Warner1b8cf382023-11-21 22:10:02 -050026
Michael Bestase093ddf2024-12-05 21:27:59 +020027readonly security_patch="2024-12-05"