summaryrefslogtreecommitdiffstats
path: root/minadbd/Android.mk
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-02-19 00:42:48 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-02-19 00:42:49 +0100
commit4db055d66a3d4d8be9f61beb5ee4d25f6346191a (patch)
tree26b4e33a9d469a044fe3c0ac889ac0bde4584bb9 /minadbd/Android.mk
parentMerge "Add extern "C" to all the headers." (diff)
parentLose USB transport code to libadb. (diff)
downloadandroid_bootable_recovery-4db055d66a3d4d8be9f61beb5ee4d25f6346191a.tar
android_bootable_recovery-4db055d66a3d4d8be9f61beb5ee4d25f6346191a.tar.gz
android_bootable_recovery-4db055d66a3d4d8be9f61beb5ee4d25f6346191a.tar.bz2
android_bootable_recovery-4db055d66a3d4d8be9f61beb5ee4d25f6346191a.tar.lz
android_bootable_recovery-4db055d66a3d4d8be9f61beb5ee4d25f6346191a.tar.xz
android_bootable_recovery-4db055d66a3d4d8be9f61beb5ee4d25f6346191a.tar.zst
android_bootable_recovery-4db055d66a3d4d8be9f61beb5ee4d25f6346191a.zip
Diffstat (limited to 'minadbd/Android.mk')
-rw-r--r--minadbd/Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/minadbd/Android.mk b/minadbd/Android.mk
index c07715706..8de1b7453 100644
--- a/minadbd/Android.mk
+++ b/minadbd/Android.mk
@@ -13,11 +13,8 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
adb.c \
fuse_adb_provider.c \
- transport.c \
- transport_usb.c \
sockets.c \
services.c \
- usb_linux_client.c \
utils.c
LOCAL_CFLAGS := -O2 -g -DADB_HOST=0 -Wall -Wno-unused-parameter