Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 372e46d9 authored by Remil Ram's avatar Remil Ram Committed by Garmond Leung
Browse files

Fix to compile audiohal recipe for pyro

Change-Id: If5f8b3359527c5915a0ba6e76f52f9da52f0e92a
parent 0db83479
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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,