blob: 07d47a80f6f6413e7531764718ff614df3b85281 [file] [log] [blame]
Andreas Huber2ea14e22009-12-16 09:30:55 -08001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES = \
5 OMXHarness.cpp \
6
7LOCAL_SHARED_LIBRARIES := \
James Dong8e9d67a2012-02-06 23:46:37 -08008 libstagefright libbinder libmedia libutils libstagefright_foundation
Andreas Huber2ea14e22009-12-16 09:30:55 -08009
James Dong23098682012-01-31 12:24:17 -080010LOCAL_C_INCLUDES := \
Andreas Huber2ea14e22009-12-16 09:30:55 -080011 $(JNI_H_INCLUDE) \
12 frameworks/base/media/libstagefright \
James Donge1dea482012-03-12 14:37:53 -070013 $(TOP)/frameworks/native/include/media/openmax
Andreas Huber2ea14e22009-12-16 09:30:55 -080014
James Dong23098682012-01-31 12:24:17 -080015LOCAL_MODULE := omx_tests
16
17LOCAL_MODULE_TAGS := tests
Andreas Huber2ea14e22009-12-16 09:30:55 -080018
19include $(BUILD_EXECUTABLE)