blob: e5e72895df9dd947192233301812a0ae60435057 [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
src/pvmp3ffrec_factory.cpp \
src/pvmp3ffrec_plugin.cpp
LOCAL_MODULE := libpvmp3ffrecognizer
LOCAL_CFLAGS := $(PV_CFLAGS)
LOCAL_C_INCLUDES := \
$(PV_TOP)//pvmi/recognizer/plugins/pvmp3ffrecognizer/include \
$(PV_TOP)//pvmi/recognizer/plugins/pvmp3ffrecognizer/src \
$(PV_TOP)/fileformats/mp3/parser/include \
$(PV_TOP)/pvmi/recognizer/include \
$(PV_INCLUDES)
LOCAL_COPY_HEADERS_TO := $(PV_COPY_HEADERS_TO)
LOCAL_COPY_HEADERS := \
include/pvmp3ffrec_factory.h
include $(BUILD_STATIC_LIBRARY)