Loading qahw_api/Makefile.am +2 −1 Original line number Diff line number Diff line Loading @@ -20,5 +20,6 @@ libqahw_la_SOURCES = src/qahw.c \ libqahw_la_CFLAGS = -Dstrlcpy=g_strlcpy $(GLIB_CFLAGS) -include glib.h $(AM_CFLAGS) -include stddef.h libqahw_la_CFLAGS += -D__unused=__attribute__\(\(__unused__\)\) libqahw_la_CFLAGS += -Wno-sign-compare -Werror libqahw_la_LIBADD = $(GLIB_LIBS) -llog -lcutils -lhardware libqahw_la_CFLAGS += -Dstrlcat=g_strlcat -Dstrlcpy=g_strlcpy -include glib.h $(GLIB_CFLAGS) libqahw_la_LIBADD = $(GLIB_LIBS) -llog -lcutils -lhardware -ldl libqahw_la_LDFLAGS = -module -shared -avoid-version qahw_api/test/trans_loopback_test.c +1 −0 Original line number Diff line number Diff line Loading @@ -103,6 +103,7 @@ const char *log_filename = NULL; /* Function declarations */ void usage(); int poll_data_event_init(); typedef enum source_port_type { SOURCE_PORT_NONE, Loading Loading
qahw_api/Makefile.am +2 −1 Original line number Diff line number Diff line Loading @@ -20,5 +20,6 @@ libqahw_la_SOURCES = src/qahw.c \ libqahw_la_CFLAGS = -Dstrlcpy=g_strlcpy $(GLIB_CFLAGS) -include glib.h $(AM_CFLAGS) -include stddef.h libqahw_la_CFLAGS += -D__unused=__attribute__\(\(__unused__\)\) libqahw_la_CFLAGS += -Wno-sign-compare -Werror libqahw_la_LIBADD = $(GLIB_LIBS) -llog -lcutils -lhardware libqahw_la_CFLAGS += -Dstrlcat=g_strlcat -Dstrlcpy=g_strlcpy -include glib.h $(GLIB_CFLAGS) libqahw_la_LIBADD = $(GLIB_LIBS) -llog -lcutils -lhardware -ldl libqahw_la_LDFLAGS = -module -shared -avoid-version
qahw_api/test/trans_loopback_test.c +1 −0 Original line number Diff line number Diff line Loading @@ -103,6 +103,7 @@ const char *log_filename = NULL; /* Function declarations */ void usage(); int poll_data_event_init(); typedef enum source_port_type { SOURCE_PORT_NONE, Loading