summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/omx/tests/Android.mk
blob: 8b79af4a2c3350e0c8378d9af7456b185af7074d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_SRC_FILES =       \
	OMXHarness.cpp  \

LOCAL_SHARED_LIBRARIES := \
	libstagefright libbinder libmedia libutils liblog libstagefright_foundation

LOCAL_C_INCLUDES := \
	$(TOP)/frameworks/av/media/libstagefright \
	$(TOP)/frameworks/native/include/media/openmax

LOCAL_CFLAGS += -Werror

LOCAL_MODULE := omx_tests

LOCAL_MODULE_TAGS := tests

include $(BUILD_EXECUTABLE)