blob: a4253f69ed794bf0d2072b60d77212f5c7a6f9e2 [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
YUVImage.cpp \
YUVCanvas.cpp
LOCAL_SHARED_LIBRARIES := \
libcutils
LOCAL_MODULE:= libstagefright_yuv
include $(BUILD_SHARED_LIBRARY)