summaryrefslogtreecommitdiffstats
path: root/adb/Android.mk
diff options
context:
space:
mode:
authorChristopher Tate <ctate@google.com>2011-04-21 12:53:28 -0700
committerChristopher Tate <ctate@google.com>2011-04-27 15:27:23 -0700
commitd2f5415c603f7d9961f7a0b05579a0768e071410 (patch)
treed7ec8594876befbfe4ca8704ec4649972f0f3137 /adb/Android.mk
parent8c75b8f22b4affba37cf5d5b9a92de2af0d965da (diff)
downloadsystem_core-d2f5415c603f7d9961f7a0b05579a0768e071410.zip
system_core-d2f5415c603f7d9961f7a0b05579a0768e071410.tar.gz
system_core-d2f5415c603f7d9961f7a0b05579a0768e071410.tar.bz2
Add 'adb backup' for pulling a full backup tarfile to the host
The direct command interfaces with the 'bu' binary in /system/bin on the device. Change-Id: I4cd69eedfe5144c47277573c5626c6ad8755d70b
Diffstat (limited to 'adb/Android.mk')
-rw-r--r--adb/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/adb/Android.mk b/adb/Android.mk
index 6ed31eb..e893ca9 100644
--- a/adb/Android.mk
+++ b/adb/Android.mk
@@ -113,6 +113,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
adb.c \
+ backup_service.c \
fdevent.c \
transport.c \
transport_local.c \
@@ -164,6 +165,7 @@ LOCAL_LDLIBS := -lrt -lncurses -lpthread
LOCAL_SRC_FILES := \
adb.c \
+ backup_service.c \
console.c \
transport.c \
transport_local.c \