16 lines
507 B
Plaintext
16 lines
507 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_r21 # Mar 2025, Pixel 9
|
|
readonly common_aosp_tag=android-15.0.0_r23 # Mar 2025, Pixel Tablet
|
|
|
|
readonly common_aosp_build_id=BP1A.250305.020.T2 # Mar 2025, Pixel Tablet
|
|
|
|
readonly topic=V_asb_2025-03
|
|
|
|
readonly merge_method="merge"
|