blob: 8d2b73b3477376ef0146f06ea25b5a57ec583de3 [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
stagefright_overlay_output.cpp \
TIHardwareRenderer.cpp \
TIOMXPlugin.cpp
LOCAL_CFLAGS := $(PV_CFLAGS_MINUS_VISIBILITY)
LOCAL_C_INCLUDES:= \
$(TOP)/external/opencore/extern_libs_v2/khronos/openmax/include \
$(TOP)/hardware/ti/omap3/liboverlay
LOCAL_SHARED_LIBRARIES := \
libbinder \
libutils \
libcutils \
libui \
libdl \
libsurfaceflinger_client
LOCAL_MODULE := libstagefrighthw
include $(BUILD_SHARED_LIBRARY)