blob: 1894bb623e055058778598d6cdb245e06889a524 [file] [log] [blame]
Scott Warner1b8cf382023-11-21 22:10:02 -05001# Pixel 8 Pro
2
3# Usage: ${device_repos[@]}
4device_repos=(
Scott Warner1b8cf382023-11-21 22:10:02 -05005 device/google/zuma
6 device/google/shusky
7)
8
Scott Warner1b8cf382023-11-21 22:10:02 -05009# Updated semi-manually via pixel/update-any-var.sh
10
Michael Bestase093ddf2024-12-05 21:27:59 +020011readonly build_id="AP4A.241205.013"
Scott Warner1b8cf382023-11-21 22:10:02 -050012
13# Updated automatically via pixel/update-device-vars.sh
14
Michael Bestase093ddf2024-12-05 21:27:59 +020015readonly prev_aosp_tag="android-15.0.0_r4"
16readonly aosp_tag="android-15.0.0_r6"
Scott Warner1b8cf382023-11-21 22:10:02 -050017
Michael Bestase093ddf2024-12-05 21:27:59 +020018readonly build_number="12621605"
Scott Warner1b8cf382023-11-21 22:10:02 -050019
Michael Bestase093ddf2024-12-05 21:27:59 +020020readonly image_url="https://dl.google.com/dl/android/aosp/husky-ap4a.241205.013-factory-f5de0825.zip"
21readonly image_sha256="f5de0825365a63eaa17dc5bf8325cda66dd808ed817e72f2267c7106a8232a8a"
Scott Warner1b8cf382023-11-21 22:10:02 -050022
Michael Bestase093ddf2024-12-05 21:27:59 +020023readonly flash_url="https://flash.android.com/build/12621605?target=husky-user&signed"
Scott Warner1b8cf382023-11-21 22:10:02 -050024
Michael Bestase093ddf2024-12-05 21:27:59 +020025readonly ota_url="https://dl.google.com/dl/android/aosp/husky-ota-ap4a.241205.013-ae93708d.zip"
26readonly ota_sha256="ae93708d6df45aac766c34ec4e1e1466c9203d023db0ed16a8dc582891584044"
Scott Warner1b8cf382023-11-21 22:10:02 -050027
Michael Bestase093ddf2024-12-05 21:27:59 +020028readonly security_patch="2024-12-05"