Lineage 20.0

Change-Id: I49cf6e7d02ecc36c03b27f50d4b35a70510de6e9
This commit is contained in:
Arian
2022-08-17 18:16:13 +02:00
committed by Michael Bestas
parent 5dfc89a4db
commit 504571afb7
4 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
PRODUCT_VERSION_MAJOR = 19 PRODUCT_VERSION_MAJOR = 20
PRODUCT_VERSION_MINOR = 1 PRODUCT_VERSION_MINOR = 0
ifeq ($(LINEAGE_VERSION_APPEND_TIME_OF_DAY),true) ifeq ($(LINEAGE_VERSION_APPEND_TIME_OF_DAY),true)
LINEAGE_BUILD_DATE := $(shell date -u +%Y%m%d_%H%M%S) LINEAGE_BUILD_DATE := $(shell date -u +%Y%m%d_%H%M%S)

View File

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

View File

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

View File

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