blob: da50ed0197c21a6f3b191af8c4e50e87dcfbd9b3 [file] [log] [blame]
Scott Warner1b8cf382023-11-21 22:10:02 -05001# Pixel 8 Pro
2
3# Usage: ${device_repos[@]}
4device_repos=(
5 device/google/gs-common
6 device/google/zuma
7 device/google/shusky
8)
9
10readonly fbpk_version="v2"
11
12# Updated semi-manually via pixel/update-any-var.sh
13
Chirayu Desai69e025c2024-05-08 00:53:21 +053014readonly build_id="AP1A.240505.005"
Scott Warner1b8cf382023-11-21 22:10:02 -050015
16# Updated automatically via pixel/update-device-vars.sh
17
Chirayu Desai69e025c2024-05-08 00:53:21 +053018readonly prev_aosp_tag="android-14.0.0_r33"
19readonly aosp_tag="android-14.0.0_r35"
Scott Warner1b8cf382023-11-21 22:10:02 -050020
Chirayu Desai69e025c2024-05-08 00:53:21 +053021readonly build_number="11677807"
Scott Warner1b8cf382023-11-21 22:10:02 -050022
Chirayu Desai69e025c2024-05-08 00:53:21 +053023readonly image_url="https://dl.google.com/dl/android/aosp/husky-ap1a.240505.005-factory-6fe67f4a.zip"
24readonly image_sha256="6fe67f4a55f27e4b033dca50ad273aa0c2be56cc7931363292318b5531359ec1"
Scott Warner1b8cf382023-11-21 22:10:02 -050025
Chirayu Desai69e025c2024-05-08 00:53:21 +053026readonly flash_url="https://flash.android.com/build/11677807?target=husky-user&signed"
Scott Warner1b8cf382023-11-21 22:10:02 -050027
Chirayu Desai69e025c2024-05-08 00:53:21 +053028readonly ota_url="https://dl.google.com/dl/android/aosp/husky-ota-ap1a.240505.005-6fd4a237.zip"
29readonly ota_sha256="6fd4a237bc7071482d5a28aa96c867fb2e8f133302ae853b25000b61cf82e190"
Scott Warner1b8cf382023-11-21 22:10:02 -050030
Chirayu Desai69e025c2024-05-08 00:53:21 +053031readonly security_patch="2024-05-05"