LineageOS 21.0

Change-Id: Ibb75018049d2a0461a2b2fdccb509347c0d9834b
This commit is contained in:
Michael Bestas 2023-10-08 22:22:16 +03:00 committed by Bruno Martins
parent 6b8c2baf9f
commit b7f28608e5
5 changed files with 12 additions and 12 deletions

View file

@ -1,4 +1,4 @@
PRODUCT_VERSION_MAJOR = 20
PRODUCT_VERSION_MAJOR = 21
PRODUCT_VERSION_MINOR = 0
ifeq ($(LINEAGE_VERSION_APPEND_TIME_OF_DAY),true)

View file

@ -6,7 +6,7 @@
export C=/tmp/backupdir
export SYSDEV="$(readlink -nf "$2")"
export SYSFS="$3"
export V=20.0
export V=21.0
export ADDOND_VERSION=3

View file

@ -5,7 +5,7 @@
export S=/system
export C=/postinstall/tmp/backupdir
export V=20.0
export V=21.0
export backuptool_ab=true
copy_file() {

View file

@ -5,7 +5,7 @@
export S=/system
export C=/postinstall/tmp/backupdir
export V=20.0
export V=21.0
export ADDOND_VERSION=3

View file

@ -1,15 +1,15 @@
# Entire file updated manually
readonly android_version=13 # For update-build-desc-fingerprint.sh
readonly aosp_tag_match=android-13.0 # For update-device-vars.sh
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-20.0
readonly device_branch=lineage-20
readonly os_branch=lineage-21.0
readonly device_branch=lineage-21
readonly prev_common_aosp_tag=android-13.0.0_r67 # Aug 2023, Pixel 4a - 7a
readonly common_aosp_tag=android-13.0.0_r75 # Sep 2023
readonly prev_common_aosp_tag=android-13.0.0_r75 # Sep 2023
readonly common_aosp_tag=android-14.0.0_r1 # Oct 2023, Pixel 4a (5G) - 7a
readonly common_aosp_build_id=TQ3A.230905.001 # Sep 2023, Pixel 4a (5G) - 7a
readonly common_aosp_build_id=UP1A.231005.007 # Oct 2023, Pixel 4a (5G) - 7a
readonly topic=T_asb_2023-09
readonly topic=U_asb_2023-10
readonly merge_method="merge"