blob: 7822c65fe44e14a5b123c25419f359c37fae53a2 [file] [log] [blame]
Michael Bestas635d29e2024-05-10 18:30:18 +03001# Pixel 8a
2
3# Usage: ${device_repos[@]}
4device_repos=(
5 device/google/akita
6)
7
Michael Bestas635d29e2024-05-10 18:30:18 +03008# Updated semi-manually via pixel/update-any-var.sh
9
Michael Bestase093ddf2024-12-05 21:27:59 +020010readonly build_id="AP4A.241205.013"
Michael Bestas635d29e2024-05-10 18:30:18 +030011
12# Updated automatically via pixel/update-device-vars.sh
13
Michael Bestase093ddf2024-12-05 21:27:59 +020014readonly prev_aosp_tag="android-15.0.0_r4"
15readonly aosp_tag="android-15.0.0_r6"
Michael Bestas635d29e2024-05-10 18:30:18 +030016
Michael Bestase093ddf2024-12-05 21:27:59 +020017readonly build_number="12621605"
Michael Bestas635d29e2024-05-10 18:30:18 +030018
Michael Bestase093ddf2024-12-05 21:27:59 +020019readonly image_url="https://dl.google.com/dl/android/aosp/akita-ap4a.241205.013-factory-e77805c2.zip"
20readonly image_sha256="e77805c249a00670a1ce972f06b613aa166c2955e7908548f4f2292b0e1db8ec"
Michael Bestas635d29e2024-05-10 18:30:18 +030021
Michael Bestase093ddf2024-12-05 21:27:59 +020022readonly flash_url="https://flash.android.com/build/12621605?target=akita-user&signed"
Michael Bestas635d29e2024-05-10 18:30:18 +030023
Michael Bestase093ddf2024-12-05 21:27:59 +020024readonly ota_url="https://dl.google.com/dl/android/aosp/akita-ota-ap4a.241205.013-de582711.zip"
25readonly ota_sha256="de582711cb4b8935833b9fb5bf1b9024389051d9bb560dd88ad85c2a747fa8d0"
Michael Bestas635d29e2024-05-10 18:30:18 +030026
Michael Bestase093ddf2024-12-05 21:27:59 +020027readonly security_patch="2024-12-05"