backuptool: Only check against major version
Remove an unused version export while we are at it Change-Id: Ib25dd9eb219db460478c887e7f420aad201d645e
This commit is contained in:
parent
dc34f77675
commit
f6a35bb6c3
3 changed files with 2 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
|||
export C=/tmp/backupdir
|
||||
export SYSDEV="$(readlink -nf "$2")"
|
||||
export SYSFS="$3"
|
||||
export V=22.0
|
||||
export V=22
|
||||
|
||||
export ADDOND_VERSION=3
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
|
||||
export S=/system
|
||||
export C=/postinstall/tmp/backupdir
|
||||
export V=22.0
|
||||
export backuptool_ab=true
|
||||
|
||||
copy_file() {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
export S=/system
|
||||
export C=/postinstall/tmp/backupdir
|
||||
export V=22.0
|
||||
export V=22
|
||||
|
||||
export ADDOND_VERSION=3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue