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

Commit 457b1ca5 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "audio: qahw: Add LE makefile for QTI audio HAL" into audio-userspace.lnx.2.1-dev

parents 76e97112 b740f8d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
SUBDIRS = hal
SUBDIRS = hal qahw_api
ACLOCAL_AMFLAGS = -I m4
+1 −0
Original line number Diff line number Diff line
@@ -78,6 +78,7 @@ AM_CONDITIONAL([PM_SUPPORT], [test x$AUDIO_FEATURE_ENABLED_PM_SUPPORT = xtrue])
AC_CONFIG_FILES([ \
        Makefile \
        hal/Makefile \
        qahw_api/Makefile
        ])

AC_OUTPUT

qahw_api/Makefile.am

0 → 100644
+14 −0
Original line number Diff line number Diff line
AM_CFLAGS = -I $(top_srcdir)/qahw_api/inc

h_sources = inc/qahw_api.h \
            inc/qahw_defs.h

library_include_HEADERS = $(h_sources)
library_includedir = $(includedir)/mm-audio/qahw_api/inc

lib_LTLIBRARIES = libqahw.la
libqahw_la_SOURCES = src/qahw.c
libqahw_la_CFLAGS = $(AM_CFLAGS) -include stddef.h
libqahw_la_CFLAGS += -D__unused=__attribute__\(\(__unused__\)\)
libqahw_la_LIBADD = -llog -lcutils -lhardware
libqahw_la_LDFLAGS = -module -shared -avoid-version