blob: d014cc94dbc0813865105781559a2bd6f13b4a82 [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 \
12 libui
13
Mathias Agopian870b8aa2012-02-24 16:42:46 -080014LOCAL_C_INCLUDES += frameworks/base/opengl/tests/include
15
Mathias Agopian1c3561e2009-08-05 17:38:49 -070016LOCAL_MODULE:= test-opengl-swapinterval
17
18LOCAL_MODULE_TAGS := optional
19
20include $(BUILD_EXECUTABLE)