| AM_CFLAGS = -I ${WORKSPACE}/external/tinyalsa/include \ |
| -I $(PKG_CONFIG_SYSROOT_DIR)/usr/include/audio-kernel \ |
| -I ${WORKSPACE}/system/media/audio_effects/include |
| AM_CFLAGS += -DAFE_PROXY_ENABLED |
| AM_CFLAGS += -DAUDIO_GKI_ENABLED |
| AM_CFLAGS += -DHW_ACCELERATED_EFFECTS |
| c_sources += hw_accelerator.c |
| library_include_HEADERS = $(h_sources) |
| library_includedir = $(includedir) |
| lib_LTLIBRARIES = libqcompostprocbundle.la |
| libqcompostprocbundle_la_SOURCES = $(c_sources) |
| libqcompostprocbundle_la_LIBADD = $(GLIB_LIBS) -llog -lcutils -ltinyalsa -ldl |
| libqcompostprocbundle_la_CFLAGS = $(AM_CFLAGS) $(GLIB_CFLAGS) |
| libqcompostprocbundle_la_CFLAGS += -D__unused=__attribute__\(\(__unused__\)\) |
| libqcompostprocbundle_la_LDFLAGS = -module -shared -avoid-version |