diff options
author | Dan Albert <danalbert@google.com> | 2015-02-19 18:44:10 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-02-19 18:44:11 +0000 |
commit | 915d2e98eb8888d4ddd800efece70261b4cb7259 (patch) | |
tree | 2f25dc90b5d7885dafa7201cba186a64908222f3 /adb/Android.mk | |
parent | e1f2080f6700e2392ce7c52984b2e19014e91574 (diff) | |
parent | e9fca14c9e555a9d02e1d94ba6d3b290673ea26b (diff) | |
download | system_core-915d2e98eb8888d4ddd800efece70261b4cb7259.zip system_core-915d2e98eb8888d4ddd800efece70261b4cb7259.tar.gz system_core-915d2e98eb8888d4ddd800efece70261b4cb7259.tar.bz2 |
Merge "Move the listener code into its own file."
Diffstat (limited to 'adb/Android.mk')
-rw-r--r-- | adb/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/adb/Android.mk b/adb/Android.mk index 51318ef..702300b 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 \ |