blob: b9ba1be6a772380da2880b71a417fe3114945b0f [file] [log] [blame]
Andreas Huber1314e732009-12-14 14:18:22 -08001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES:= \
5 ColorConverter.cpp \
6 SoftwareRenderer.cpp
7
8LOCAL_C_INCLUDES := \
9 $(TOP)/external/opencore/extern_libs_v2/khronos/openmax/include
10
11LOCAL_SHARED_LIBRARIES := \
12 libbinder \
13 libmedia \
14 libutils \
15 libui \
Mathias Agopian000479f2010-02-09 17:46:37 -080016 libcutils \
17 libsurfaceflinger_client\
18 libcamera_client
Andreas Huber1314e732009-12-14 14:18:22 -080019
Andreas Huber1314e732009-12-14 14:18:22 -080020LOCAL_MODULE:= libstagefright_color_conversion
21
22include $(BUILD_SHARED_LIBRARY)