Fix up libminadbd make file

Change-Id: I216d59abf9a2e3d074bcbce9ad10f9dd84a2d463
This commit is contained in:
Ethan Yonker
2014-11-07 10:19:20 -06:00
parent 304f32fa98
commit bad4e5f50d
+1 -2
View File
@@ -19,8 +19,7 @@ LOCAL_SRC_FILES := \
sockets.c \
services.c \
usb_linux_client.c \
utils.c \
../../../system/core/adb/transport_local.c
utils.c
LOCAL_CFLAGS := -O2 -g -DADB_HOST=0 -Wall -Wno-unused-parameter
LOCAL_CFLAGS += -D_XOPEN_SOURCE -D_GNU_SOURCE