cfaa5d0101
Change-Id: I348f767b7176cec5019db5d189844411a9199a21
29 lines
882 B
Text
29 lines
882 B
Text
# Pixel 6a
|
|
|
|
# Usage: ${device_repos[@]}
|
|
device_repos=(
|
|
device/google/bluejay
|
|
)
|
|
|
|
readonly fbpk_version="v2"
|
|
|
|
# Updated semi-manually via pixel/update-any-var.sh
|
|
|
|
readonly build_id="AP1A.240505.004"
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="android-14.0.0_r30"
|
|
readonly aosp_tag="android-14.0.0_r34"
|
|
|
|
readonly build_number="11583682"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/bluejay-ap1a.240505.004-factory-cceebfed.zip"
|
|
readonly image_sha256="cceebfed48417b14848ca7a7d8d6dcd883d636cd64cd02efb18710adb92bf488"
|
|
|
|
readonly flash_url="https://flash.android.com/build/11583682?target=bluejay-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/bluejay-ota-ap1a.240505.004-1170ac40.zip"
|
|
readonly ota_sha256="1170ac408f05351cc64a749b6a5dc6063f83323ed704e33845fc5297979ba035"
|
|
|
|
readonly security_patch="2024-05-05"
|