Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions acdb/ats/transports/diag/linux/audtp/inc/audtp.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
--------------------
*/

/** Definitions for char_t, word, etc. */
#ifndef ATS_USES_DUMMY_DIAG
#include "comdef.h"
#endif
#include "audtpi.h"
#include "diagcmd.h"
#include "diagpkt.h"
Expand Down
3 changes: 2 additions & 1 deletion ar_osal/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ AM_CFLAGS += -I$(top_srcdir)/acdb/ats/transports/diag/linux/inc/
osal_c_sources += ./src/linux/ar_osal_stub_log_pkt_op.c
else
osal_c_sources += ./src/linux/qcom/ar_osal_log_pkt_op.c
AM_CFLAGS += -DUSE_DIAG_HEADERS
endif


Expand Down Expand Up @@ -84,7 +85,7 @@ endif
if USE_DUMMY_DIAG
#dummy diag, do not link real diag libs
else
libar_osal_la_LIBADD += -llog -ldiag
libar_osal_la_LIBADD += -ldiag
endif

if USE_G_STR_FUNC
Expand Down
4 changes: 4 additions & 0 deletions ar_osal/src/linux/qcom/ar_osal_log_pkt_op.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
#include "ar_osal_log_pkt_op.h"
#include "ar_osal_error.h"
#include "ar_osal_log.h"
#ifndef USE_DIAG_HEADERS
#include "comdef.h"
#else
#include "diag_comdef.h"
#endif
#include "diag_lsm.h"
#include "log.h"

Expand Down
2 changes: 1 addition & 1 deletion ci/build_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
--with-syslog
--with-glib
--without-cutils
--with-dummy_diag
--without-dummy_diag
--with-qcom
--with-audio_dma_support
--without-ats_transport_tcp_ip
Expand Down
Loading