blob: b0b15ebec446a897a29a98d7209c9fbbd79760fd [file] [log] [blame]
Mathias Agopian1c3561e2009-08-05 17:38:49 -07001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES:= \
5 swapinterval.cpp
6
7LOCAL_SHARED_LIBRARIES := \
8 libcutils \
Doug Kwan4633c492009-10-04 19:27:57 -07009 libutils \
Mathias Agopian1c3561e2009-08-05 17:38:49 -070010 libEGL \
11 libGLESv1_CM \
Andy McFadden6ef57d72014-03-05 15:06:53 -080012 libui \
13 libgui
14
15LOCAL_STATIC_LIBRARIES += libglTest
Mathias Agopian1c3561e2009-08-05 17:38:49 -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 Agopian1c3561e2009-08-05 17:38:49 -070019LOCAL_MODULE:= test-opengl-swapinterval
20
21LOCAL_MODULE_TAGS := optional
22
23include $(BUILD_EXECUTABLE)