4f27f71cd6
Change-Id: I3af9c974696b43fa3ad7b25dea0a94e7c9a8262b
28 lines
885 B
Text
28 lines
885 B
Text
# Pixel 5
|
|
|
|
# Usage: ${device_repos[@]}
|
|
device_repos=(
|
|
# common repos in barbet
|
|
device/google/redfin
|
|
)
|
|
|
|
# Updated semi-manually via pixel/update-any-var.sh
|
|
|
|
readonly build_id="UP1A.231105.001.B2"
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="android-14.0.0_r13"
|
|
readonly aosp_tag="android-14.0.0_r28"
|
|
|
|
readonly build_number="11260668"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/redfin-up1a.231105.001.b2-factory-4e5a2679.zip"
|
|
readonly image_sha256="4e5a26793d8400f13b72cbd17aeb284e040b3236436f0c6f3119ccc77d4495ad"
|
|
|
|
readonly flash_url="https://flash.android.com/build/11260668?target=redfin-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/redfin-ota-up1a.231105.001.b2-17322169.zip"
|
|
readonly ota_sha256="17322169afdc648e2e9ff46eee16156d5bdccd8842acb41b870b905cc28fe3b5"
|
|
|
|
readonly security_patch="2023-11-05"
|