16 lines
527 B
Plaintext
16 lines
527 B
Plaintext
# Entire file updated manually
|
|
readonly android_version=15 # For update-build-desc-fingerprint.sh
|
|
readonly aosp_tag_match=android-15.0 # For update-device-vars.sh
|
|
|
|
readonly os_branch=lineage-22.2
|
|
readonly device_branch=lineage-22.2
|
|
|
|
readonly prev_common_aosp_tag=android-15.0.0_r26 # Apr 2025, Pixel 6, Tablet, 9
|
|
readonly common_aosp_tag=android-15.0.0_r32 # May 2025, Pixel 6, Tablet, 9
|
|
|
|
readonly common_aosp_build_id=BP1A.250505.005 # May 2025, Pixel 6, Tablet, 9
|
|
|
|
readonly topic=V_asb_2025-05
|
|
|
|
readonly merge_method="merge"
|