blob: 54aee544d0e676286a9c8dc8a18b556cf8a31c24 [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
9readonly fbpk_version="v2"
10
11# Updated semi-manually via pixel/update-any-var.sh
12
Chirayu Desai755b54f2024-09-04 01:23:33 +053013readonly build_id="AP2A.240905.003"
Michael Bestasdaa46942023-12-22 21:48:11 +000014
15# Updated automatically via pixel/update-device-vars.sh
16
Chirayu Desai755b54f2024-09-04 01:23:33 +053017readonly prev_aosp_tag="android-14.0.0_r55"
18readonly aosp_tag="android-14.0.0_r67"
Michael Bestasdaa46942023-12-22 21:48:11 +000019
Chirayu Desai755b54f2024-09-04 01:23:33 +053020readonly build_number="12231197"
Michael Bestasdaa46942023-12-22 21:48:11 +000021
Chirayu Desai755b54f2024-09-04 01:23:33 +053022readonly image_url="https://dl.google.com/dl/android/aosp/cheetah-ap2a.240905.003-factory-ba67b76e.zip"
23readonly image_sha256="ba67b76ea0f43f5d827898094b3bfd8d5af9368c486719e15a48ce3cdfacb5d2"
Michael Bestasdaa46942023-12-22 21:48:11 +000024
Chirayu Desai755b54f2024-09-04 01:23:33 +053025readonly flash_url="https://flash.android.com/build/12231197?target=cheetah-user&signed"
Michael Bestasdaa46942023-12-22 21:48:11 +000026
Chirayu Desai755b54f2024-09-04 01:23:33 +053027readonly ota_url="https://dl.google.com/dl/android/aosp/cheetah-ota-ap2a.240905.003-be18c366.zip"
28readonly ota_sha256="be18c366e7e374d9ba3001af83efe7bd1d6e3292b691224761fbd7c0f2a19cdf"
Michael Bestasdaa46942023-12-22 21:48:11 +000029
Chirayu Desai755b54f2024-09-04 01:23:33 +053030readonly security_patch="2024-09-05"