16 lines
512 B
Plaintext
16 lines
512 B
Plaintext
# Entire file updated manually
|
|
readonly android_version=14 # For update-build-desc-fingerprint.sh
|
|
readonly aosp_tag_match=android-14.0 # For update-device-vars.sh
|
|
|
|
readonly os_branch=lineage-21.0
|
|
readonly device_branch=lineage-21
|
|
|
|
readonly prev_common_aosp_tag=android-14.0.0_r1 # Oct 2023, Pixel 4a (5G) - 7a
|
|
readonly common_aosp_tag=android-14.0.0_r14 # Nov 2023, Pixel 6 - 7a
|
|
|
|
readonly common_aosp_build_id=UP1A.231105.003 # Nov 2023, Pixel 6 - 7a
|
|
|
|
readonly topic=U_asb_2023-11
|
|
|
|
readonly merge_method="merge"
|