diff options
author | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2013-11-05 15:26:20 +0000 |
---|---|---|
committer | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2013-11-05 15:26:20 +0000 |
commit | 50dda4c2a93b60eddedcd5328fcdd21768add892 (patch) | |
tree | 3ad38275e8d0968a197b435a6949c2bbf8cc9074 /prebuilt | |
parent | 1d313d969f86fb7a7443dfd90b5e6ef745c793ba (diff) | |
download | vendor_replicant-50dda4c2a93b60eddedcd5328fcdd21768add892.zip vendor_replicant-50dda4c2a93b60eddedcd5328fcdd21768add892.tar.gz vendor_replicant-50dda4c2a93b60eddedcd5328fcdd21768add892.tar.bz2 |
Updates for CM11
Change-Id: Icb527c5aefa0dd86cc91f42f4f691b5fdf7ead48
Diffstat (limited to 'prebuilt')
-rw-r--r-- | prebuilt/common/bin/backuptool.functions | 2 | ||||
-rwxr-xr-x | prebuilt/common/bin/backuptool.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/prebuilt/common/bin/backuptool.functions b/prebuilt/common/bin/backuptool.functions index 90943b3..6c01da0 100644 --- a/prebuilt/common/bin/backuptool.functions +++ b/prebuilt/common/bin/backuptool.functions @@ -5,7 +5,7 @@ export C=/tmp/backupdir export S=/system -export V=10.2 +export V=11 backup_file() { if [ -e "$1" ]; then diff --git a/prebuilt/common/bin/backuptool.sh b/prebuilt/common/bin/backuptool.sh index a45721e..9bd9c12 100755 --- a/prebuilt/common/bin/backuptool.sh +++ b/prebuilt/common/bin/backuptool.sh @@ -5,7 +5,7 @@ export C=/tmp/backupdir export S=/system -export V=10.2 +export V=11 # Preserve /system/addon.d in /tmp/addon.d preserve_addon_d() { |