blob: 6af10c38746e13a5ddb8eb43c31bf9ba4b3c5769 [file] [log] [blame]
Michael Bestasdaa46942023-12-22 21:48:11 +00001# Pixel 7 Pro
2
3# Usage: ${device_repos[@]}
4device_repos=(
5 device/google/gs201
6 device/google/pantah
7)
8
Michael Bestasdaa46942023-12-22 21:48:11 +00009# Updated semi-manually via pixel/update-any-var.sh
10
Chirayu Desaid7f1bc82025-02-05 01:22:20 +053011readonly build_id="AP4A.250205.002"
Michael Bestasdaa46942023-12-22 21:48:11 +000012
13# Updated automatically via pixel/update-device-vars.sh
14
Chirayu Desaid7f1bc82025-02-05 01:22:20 +053015readonly prev_aosp_tag="android-15.0.0_r10"
16readonly aosp_tag="android-15.0.0_r14"
Michael Bestasdaa46942023-12-22 21:48:11 +000017
Chirayu Desaid7f1bc82025-02-05 01:22:20 +053018readonly build_number="12821496"
Michael Bestasdaa46942023-12-22 21:48:11 +000019
Chirayu Desaid7f1bc82025-02-05 01:22:20 +053020readonly image_url="https://dl.google.com/dl/android/aosp/cheetah-ap4a.250205.002-factory-6a87c591.zip"
21readonly image_sha256="6a87c591a5d6811a3b102a440743cbad8fdc10e553cd4df8906dccc6980afc7c"
Michael Bestasdaa46942023-12-22 21:48:11 +000022
Chirayu Desaid7f1bc82025-02-05 01:22:20 +053023readonly flash_url="https://flash.android.com/build/12821496?target=cheetah-user&signed"
Michael Bestasdaa46942023-12-22 21:48:11 +000024
Chirayu Desaid7f1bc82025-02-05 01:22:20 +053025readonly ota_url="https://dl.google.com/dl/android/aosp/cheetah-ota-ap4a.250205.002-259bb787.zip"
26readonly ota_sha256="259bb787fd9f7daec276293ef1fc69948e5a9180161a4fab25d567d209717c29"
Michael Bestasdaa46942023-12-22 21:48:11 +000027
Chirayu Desaid7f1bc82025-02-05 01:22:20 +053028readonly security_patch="2025-02-05"