blob: 81fcbaa8fa36e5cabbcbabef36c1c75619b55079 [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
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/panther-ap4a.241205.013-factory-3fe89b24.zip"
20readonly image_sha256="3fe89b24096c31aa2040471f9929e03f38c07365f0f577624576007e4388231d"
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=panther-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/panther-ota-ap4a.241205.013-f3cd158f.zip"
25readonly ota_sha256="f3cd158f8de85875d4110a0a75ad05d35e2883f4401e034a7b5efe280ff4c7b1"
Michael Bestasdaa46942023-12-22 21:48:11 +000026
Michael Bestase093ddf2024-12-05 21:27:59 +020027readonly security_patch="2024-12-05"