summaryrefslogtreecommitdiffstats
path: root/opengl/tests/tritex/Android.mk
blob: 5cd1f048a309eb9e55b24b226217f2d1c6409b2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_SRC_FILES:= \
	tritex.c

LOCAL_SHARED_LIBRARIES := \
	libcutils \
    libEGL \
    libGLESv1_CM \
    libui

LOCAL_MODULE:= test-opengl-tritex

LOCAL_MODULE_TAGS := tests

include $(BUILD_EXECUTABLE)