blob: 5517f602e947bd3725fef878d46e7fdb69f5542a [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 Agopian622cfad2012-03-05 13:57:02 -080014LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
Mathias Agopian870b8aa2012-02-24 16:42:46 -080015
Mathias Agopian1c3561e2009-08-05 17:38:49 -070016LOCAL_MODULE:= test-opengl-swapinterval
17
18LOCAL_MODULE_TAGS := optional
19
20include $(BUILD_EXECUTABLE)