summaryrefslogtreecommitdiffstats
path: root/adb/Android.mk
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-02-18 18:03:26 -0800
committerDan Albert <danalbert@google.com>2015-02-18 18:22:52 -0800
commite9fca14c9e555a9d02e1d94ba6d3b290673ea26b (patch)
tree2f25dc90b5d7885dafa7201cba186a64908222f3 /adb/Android.mk
parentba3a251749c88210949008ae26f8bc04812084c1 (diff)
downloadsystem_core-e9fca14c9e555a9d02e1d94ba6d3b290673ea26b.tar.gz
system_core-e9fca14c9e555a9d02e1d94ba6d3b290673ea26b.tar.bz2
system_core-e9fca14c9e555a9d02e1d94ba6d3b290673ea26b.zip
Move the listener code into its own file.
Change-Id: I7332455ed1a213daedeaa4a81260edf08b2fd131
Diffstat (limited to 'adb/Android.mk')
-rw-r--r--adb/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/adb/Android.mk b/adb/Android.mk
index 51318ef50..702300bf3 100644
--- a/adb/Android.mk
+++ b/adb/Android.mk
@@ -16,6 +16,7 @@ LOCAL_PATH:= $(call my-dir)
# get enough of adb in here that we no longer need minadb. https://b/17626262
LIBADB_SRC_FILES := \
adb_auth.c \
+ adb_listeners.c \
transport.c \
transport_usb.c \