From 1408de438a5bf234bd5936ec2bab6f171dc3fee3 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Mon, 9 Sep 2024 08:34:29 +0300 Subject: [PATCH] LineageOS 22.0 Change-Id: I49235781bcd8b9fbd82fd472182141166512d463 --- config/version.mk | 2 +- prebuilt/common/bin/backuptool.sh | 2 +- prebuilt/common/bin/backuptool_ab.functions | 2 +- prebuilt/common/bin/backuptool_ab.sh | 2 +- vars/aosp_target_release | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/version.mk b/config/version.mk index 9fb74174..7a80327a 100644 --- a/config/version.mk +++ b/config/version.mk @@ -1,4 +1,4 @@ -PRODUCT_VERSION_MAJOR = 21 +PRODUCT_VERSION_MAJOR = 22 PRODUCT_VERSION_MINOR = 0 ifeq ($(LINEAGE_VERSION_APPEND_TIME_OF_DAY),true) diff --git a/prebuilt/common/bin/backuptool.sh b/prebuilt/common/bin/backuptool.sh index 98156b69..7f9e3800 100755 --- a/prebuilt/common/bin/backuptool.sh +++ b/prebuilt/common/bin/backuptool.sh @@ -6,7 +6,7 @@ export C=/tmp/backupdir export SYSDEV="$(readlink -nf "$2")" export SYSFS="$3" -export V=21.0 +export V=22.0 export ADDOND_VERSION=3 diff --git a/prebuilt/common/bin/backuptool_ab.functions b/prebuilt/common/bin/backuptool_ab.functions index 60451cda..68a2d0ad 100644 --- a/prebuilt/common/bin/backuptool_ab.functions +++ b/prebuilt/common/bin/backuptool_ab.functions @@ -5,7 +5,7 @@ export S=/system export C=/postinstall/tmp/backupdir -export V=21.0 +export V=22.0 export backuptool_ab=true copy_file() { diff --git a/prebuilt/common/bin/backuptool_ab.sh b/prebuilt/common/bin/backuptool_ab.sh index 140efeb8..1694a0a9 100755 --- a/prebuilt/common/bin/backuptool_ab.sh +++ b/prebuilt/common/bin/backuptool_ab.sh @@ -5,7 +5,7 @@ export S=/system export C=/postinstall/tmp/backupdir -export V=21.0 +export V=22.0 export ADDOND_VERSION=3 diff --git a/vars/aosp_target_release b/vars/aosp_target_release index a595b7bd..f1e04989 100644 --- a/vars/aosp_target_release +++ b/vars/aosp_target_release @@ -1,2 +1,2 @@ # Updated manually -aosp_target_release=ap2a +aosp_target_release=ap3a