blob: d29ce69e85c6bf7da7a09d4beda7fcec655fec42 [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
8readonly fbpk_version="v2"
9
10# Updated semi-manually via pixel/update-any-var.sh
11
Chirayu Desai6a8a8d02024-08-06 15:50:21 -040012readonly build_id="AP2A.240805.005"
Michael Bestasdaa46942023-12-22 21:48:11 +000013
14# Updated automatically via pixel/update-device-vars.sh
15
Chirayu Desai6a8a8d02024-08-06 15:50:21 -040016readonly prev_aosp_tag="android-14.0.0_r52"
17readonly aosp_tag="android-14.0.0_r55"
Michael Bestasdaa46942023-12-22 21:48:11 +000018
Chirayu Desai6a8a8d02024-08-06 15:50:21 -040019readonly build_number="12025142"
Michael Bestasdaa46942023-12-22 21:48:11 +000020
Chirayu Desai6a8a8d02024-08-06 15:50:21 -040021readonly image_url="https://dl.google.com/dl/android/aosp/panther-ap2a.240805.005-factory-b789fc80.zip"
22readonly image_sha256="b789fc80d17f29a51f78ee34a61c09333596ba93f79e1bb010e3a9b29bca0d3b"
Michael Bestasdaa46942023-12-22 21:48:11 +000023
Chirayu Desai6a8a8d02024-08-06 15:50:21 -040024readonly flash_url="https://flash.android.com/build/12025142?target=panther-user&signed"
Michael Bestasdaa46942023-12-22 21:48:11 +000025
Chirayu Desai6a8a8d02024-08-06 15:50:21 -040026readonly ota_url="https://dl.google.com/dl/android/aosp/panther-ota-ap2a.240805.005-6c5543a9.zip"
27readonly ota_sha256="6c5543a9e282f37838b005b00d7011fdb6891bdb8cb9d1e874cd9c9bb9577d8c"
Michael Bestasdaa46942023-12-22 21:48:11 +000028
Chirayu Desai6a8a8d02024-08-06 15:50:21 -040029readonly security_patch="2024-08-05"