blob: d20ecb6ec8cd5f427ef775d870859e46a22ee171 [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
OMX.cpp \
OMXMaster.cpp \
OMXNodeInstance.cpp \
SimpleSoftOMXComponent.cpp \
SoftOMXComponent.cpp \
SoftOMXPlugin.cpp \
LOCAL_C_INCLUDES += \
frameworks/base/media/libstagefright \
$(TOP)/frameworks/native/include/media/hardware \
$(TOP)/frameworks/native/include/media/openmax
LOCAL_SHARED_LIBRARIES := \
libbinder \
libmedia \
libutils \
libui \
libcutils \
libstagefright_foundation \
libdl
LOCAL_MODULE:= libstagefright_omx
include $(BUILD_SHARED_LIBRARY)
################################################################################
include $(call all-makefiles-under,$(LOCAL_PATH))