blob: 6e69151a4087c1b5697fa3b89a125edc2c878111 [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
# Effect factory library
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
EffectsFactory.c
LOCAL_SHARED_LIBRARIES := \
libcutils
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)
LOCAL_MODULE:= libeffects
LOCAL_SHARED_LIBRARIES += libdl
LOCAL_C_INCLUDES := \
$(call include-path-for, audio-effects)
include $(BUILD_SHARED_LIBRARY)