am 50e53669: am 04cf174f: am 9f3540d0: Merge "Oops. Fix make variable name. Thanks again, make."

* commit '50e536691d34ddd277bd7d73086346fdf3a5bea5':
  Oops. Fix make variable name. Thanks again, make.
This commit is contained in:
Dan Albert 2015-02-25 16:59:43 +00:00 committed by Android Git Automerger
commit 1f9861d3b7
2 changed files with 4 additions and 2 deletions

View File

@ -22,8 +22,8 @@ LIBADB_SRC_FILES := \
transport.c \
transport_usb.c \
LIBADB_C_FLAGS := \
-Wall -Werror \
LIBADB_CFLAGS := \
-Wall -Werror -Wno-unused-parameter \
-D_XOPEN_SOURCE -D_GNU_SOURCE \
-fvisibility=hidden \

View File

@ -16,6 +16,8 @@
#include "adb_listeners.h"
#include <stdio.h>
#include "sysdeps.h"
int gListenAll = 0; /* Not static because it is used in commandline.c. */