dc820e6a4c
These have been moved to device trees after extract-utils integration Change-Id: I40b7a11358aed0039da19d3f22987bd65720ac55
29 lines
875 B
Text
29 lines
875 B
Text
# Pixel Fold
|
|
|
|
# Usage: ${device_repos[@]}
|
|
device_repos=(
|
|
device/google/felix
|
|
)
|
|
|
|
readonly fbpk_version="v2"
|
|
|
|
# Updated semi-manually via pixel/update-any-var.sh
|
|
|
|
readonly build_id="UP1A.231105.003"
|
|
|
|
# Updated automatically via pixel/update-device-vars.sh
|
|
|
|
readonly prev_aosp_tag="android-14.0.0_r1"
|
|
readonly aosp_tag="android-14.0.0_r14"
|
|
|
|
readonly build_number="11010452"
|
|
|
|
readonly image_url="https://dl.google.com/dl/android/aosp/felix-up1a.231105.003-factory-604afb3f.zip"
|
|
readonly image_sha256="604afb3f39455ca7202ef3bf4fee60ff301b7b4f1742ea74f9716a5a98694cd0"
|
|
|
|
readonly flash_url="https://flash.android.com/build/11010452?target=felix-user&signed"
|
|
|
|
readonly ota_url="https://dl.google.com/dl/android/aosp/felix-ota-up1a.231105.003-0bea8fc6.zip"
|
|
readonly ota_sha256="0bea8fc6ae437daae30895d9cef5bcfdad9bf7b27dd99ea46ed1b6e3d9ed8ae7"
|
|
|
|
readonly security_patch="2023-11-01"
|