Skip to content

Commit

Permalink
backuptool: Only check against major version
Browse files Browse the repository at this point in the history
Remove an unused version export while we are at it

Change-Id: Ib25dd9eb219db460478c887e7f420aad201d645e
  • Loading branch information
mikeNG authored and luk1337 committed Oct 18, 2024
1 parent dc34f77 commit f6a35bb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion prebuilt/common/bin/backuptool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion prebuilt/common/bin/backuptool_ab.functions
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

export S=/system
export C=/postinstall/tmp/backupdir
export V=22.0
export backuptool_ab=true

copy_file() {
Expand Down
2 changes: 1 addition & 1 deletion prebuilt/common/bin/backuptool_ab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

export S=/system
export C=/postinstall/tmp/backupdir
export V=22.0
export V=22

export ADDOND_VERSION=3

Expand Down

0 comments on commit f6a35bb

Please sign in to comment.