summaryrefslogtreecommitdiffstats
path: root/adb/Android.mk
diff options
context:
space:
mode:
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 c6b0084ea..3b8972e0b 100644
--- a/adb/Android.mk
+++ b/adb/Android.mk
@@ -21,6 +21,7 @@ LIBADB_SRC_FILES := \
adb_auth.cpp \
adb_io.cpp \
adb_listeners.cpp \
+ adb_utils.cpp \
sockets.cpp \
transport.cpp \
transport_local.cpp \
@@ -82,6 +83,7 @@ include $(BUILD_HOST_STATIC_LIBRARY)
LIBADB_TEST_SRCS := \
adb_io_test.cpp \
+ adb_utils_test.cpp \
transport_test.cpp \
include $(CLEAR_VARS)