2022-01-13 17:09:26 +01:00
|
|
|
# Pixel 5
|
|
|
|
|
|
|
|
# Usage: ${device_repos[@]}
|
|
|
|
device_repos=(
|
2023-12-06 21:41:35 +01:00
|
|
|
# common repos in barbet
|
2022-01-13 17:09:26 +01:00
|
|
|
device/google/redfin
|
|
|
|
)
|
|
|
|
|
2022-07-08 15:34:35 +02:00
|
|
|
# Updated semi-manually via pixel/update-any-var.sh
|
2022-01-13 17:09:26 +01:00
|
|
|
|
2024-02-06 21:56:44 +01:00
|
|
|
readonly build_id="UP1A.231105.001.B2"
|
2022-01-13 17:09:26 +01:00
|
|
|
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
|
2024-02-06 21:56:44 +01:00
|
|
|
readonly prev_aosp_tag="android-14.0.0_r13"
|
|
|
|
readonly aosp_tag="android-14.0.0_r28"
|
2022-01-13 17:09:26 +01:00
|
|
|
|
2024-02-06 21:56:44 +01:00
|
|
|
readonly build_number="11260668"
|
2022-01-13 17:09:26 +01:00
|
|
|
|
2024-02-06 21:56:44 +01:00
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/redfin-up1a.231105.001.b2-factory-4e5a2679.zip"
|
|
|
|
readonly image_sha256="4e5a26793d8400f13b72cbd17aeb284e040b3236436f0c6f3119ccc77d4495ad"
|
2022-01-13 17:09:26 +01:00
|
|
|
|
2024-02-06 21:56:44 +01:00
|
|
|
readonly flash_url="https://flash.android.com/build/11260668?target=redfin-user&signed"
|
2022-01-13 17:09:26 +01:00
|
|
|
|
2024-02-06 21:56:44 +01:00
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/redfin-ota-up1a.231105.001.b2-17322169.zip"
|
|
|
|
readonly ota_sha256="17322169afdc648e2e9ff46eee16156d5bdccd8842acb41b870b905cc28fe3b5"
|
2022-01-13 17:09:26 +01:00
|
|
|
|
2023-11-06 19:58:14 +01:00
|
|
|
readonly security_patch="2023-11-05"
|