blob: 5b6384e4d71bdcf8a06cf21396913cfc971826c3 [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 \
11 libui
12
Mathias Agopian622cfad2012-03-05 13:57:02 -080013LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
Mathias Agopian870b8aa2012-02-24 16:42:46 -080014
Mathias Agopian32216162009-10-28 02:09:21 -070015LOCAL_MODULE:= test-opengl-linetex
16
17LOCAL_MODULE_TAGS := optional
18
19include $(BUILD_EXECUTABLE)