blob: 0dcbd73484abfb9e513dbe04ceacf9c7988f8820 [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
ColorConverter.cpp \
SoftwareRenderer.cpp
LOCAL_C_INCLUDES := \
$(TOP)/frameworks/base/include/media/stagefright/openmax
LOCAL_SHARED_LIBRARIES := \
libbinder \
libmedia \
libutils \
libui \
libcutils \
libsurfaceflinger_client\
libcamera_client
LOCAL_MODULE:= libstagefright_color_conversion
include $(BUILD_SHARED_LIBRARY)