backuptool: bump to 15
Change-Id: Ifc4f7c0b0098e3f665cb1ac17fde006351104509
This commit is contained in:
parent
5146fd9854
commit
1ecfa3a4e0
3 changed files with 3 additions and 3 deletions
|
@ -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=14.0
|
export V=15.0
|
||||||
|
|
||||||
export ADDOND_VERSION=3
|
export ADDOND_VERSION=3
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
export S=/system
|
export S=/system
|
||||||
export C=/postinstall/tmp/backupdir
|
export C=/postinstall/tmp/backupdir
|
||||||
export V=14.0
|
export V=15.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=14.0
|
export V=15.0
|
||||||
|
|
||||||
export ADDOND_VERSION=3
|
export ADDOND_VERSION=3
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue