blob: 968756a737463fb934e3a38084b0168a05a49af2 [file] [log] [blame]
Mathias Agopian32216162009-10-28 02:09:21 -07001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES:= \
5 linetex.cpp
6
7LOCAL_SHARED_LIBRARIES := \
8 libcutils \
9 libEGL \
10 libGLESv1_CM \
Andy McFadden6ef57d72014-03-05 15:06:53 -080011 libui \
12 libgui \
13 libutils
14
15LOCAL_STATIC_LIBRARIES += libglTest
Mathias Agopian32216162009-10-28 02:09:21 -070016
Mathias Agopian622cfad2012-03-05 13:57:02 -080017LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
Mathias Agopian870b8aa2012-02-24 16:42:46 -080018
Mathias Agopian32216162009-10-28 02:09:21 -070019LOCAL_MODULE:= test-opengl-linetex
20
21LOCAL_MODULE_TAGS := optional
22
23include $(BUILD_EXECUTABLE)