backuptool: Only check against major version
Remove an unused version export while we are at it Change-Id: Ib25dd9eb219db460478c887e7f420aad201d645e
This commit is contained in:
@@ -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=22.0
|
export V=22
|
||||||
|
|
||||||
export ADDOND_VERSION=3
|
export ADDOND_VERSION=3
|
||||||
|
|
||||||
|
@@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
export S=/system
|
export S=/system
|
||||||
export C=/postinstall/tmp/backupdir
|
export C=/postinstall/tmp/backupdir
|
||||||
export V=22.0
|
|
||||||
export backuptool_ab=true
|
export backuptool_ab=true
|
||||||
|
|
||||||
copy_file() {
|
copy_file() {
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
export S=/system
|
export S=/system
|
||||||
export C=/postinstall/tmp/backupdir
|
export C=/postinstall/tmp/backupdir
|
||||||
export V=22.0
|
export V=22
|
||||||
|
|
||||||
export ADDOND_VERSION=3
|
export ADDOND_VERSION=3
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user