Add backuptool to the build.
diff --git a/products/common.mk b/products/common.mk
index cdf0d98..db1339f 100644
--- a/products/common.mk
+++ b/products/common.mk
@@ -30,6 +30,7 @@
include frameworks/base/data/sounds/AudioPackage4.mk
PRODUCT_COPY_FILES += \
+ vendor/cyanogen/prebuilt/common/bin/backuptool.sh:system/bin/backuptool.sh \
vendor/cyanogen/prebuilt/common/lib/libncurses.so:system/lib/libncurses.so \
vendor/cyanogen/prebuilt/common/etc/resolv.conf:system/etc/resolv.conf \
vendor/cyanogen/prebuilt/common/etc/terminfo/l/linux:system/etc/terminfo/l/linux \