blob: 5ca1d38fed9d53899158a9bfaf08a1563ee3955c [file] [log] [blame]
Michael Bestasdaa46942023-12-22 21:48:11 +00001# Pixel 7
2
3# Usage: ${device_repos[@]}
4device_repos=(
5 # common repos in cheetah
6)
7
Michael Bestasdaa46942023-12-22 21:48:11 +00008# Updated semi-manually via pixel/update-any-var.sh
9
Chirayu Desaid7f1bc82025-02-05 01:22:20 +053010readonly build_id="AP4A.250205.002"
Michael Bestasdaa46942023-12-22 21:48:11 +000011
12# Updated automatically via pixel/update-device-vars.sh
13
Chirayu Desaid7f1bc82025-02-05 01:22:20 +053014readonly prev_aosp_tag="android-15.0.0_r10"
15readonly aosp_tag="android-15.0.0_r14"
Michael Bestasdaa46942023-12-22 21:48:11 +000016
Chirayu Desaid7f1bc82025-02-05 01:22:20 +053017readonly build_number="12821496"
Michael Bestasdaa46942023-12-22 21:48:11 +000018
Chirayu Desaid7f1bc82025-02-05 01:22:20 +053019readonly image_url="https://dl.google.com/dl/android/aosp/panther-ap4a.250205.002-factory-96459a57.zip"
20readonly image_sha256="96459a5758e296747188d29d6e1f405cf925fd7cc9bd822a168f00a504d982bb"
Michael Bestasdaa46942023-12-22 21:48:11 +000021
Chirayu Desaid7f1bc82025-02-05 01:22:20 +053022readonly flash_url="https://flash.android.com/build/12821496?target=panther-user&signed"
Michael Bestasdaa46942023-12-22 21:48:11 +000023
Chirayu Desaid7f1bc82025-02-05 01:22:20 +053024readonly ota_url="https://dl.google.com/dl/android/aosp/panther-ota-ap4a.250205.002-f99cb92e.zip"
25readonly ota_sha256="f99cb92efde3a0c2421a23f5594f2f4fa3a0805490f1f498396c33b2a157d9a1"
Michael Bestasdaa46942023-12-22 21:48:11 +000026
Chirayu Desaid7f1bc82025-02-05 01:22:20 +053027readonly security_patch="2025-02-05"