blob: 4dade214b9ec1e0850616f539bd7cf761ab2214b [file] [log] [blame]
Mathias Agopian591018a2009-08-04 13:43:35 -07001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES:= \
5 fillrate.cpp
6
7LOCAL_SHARED_LIBRARIES := \
8 libcutils \
Doug Kwan4633c492009-10-04 19:27:57 -07009 libutils \
Mathias Agopian591018a2009-08-04 13:43:35 -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 Agopian591018a2009-08-04 13:43:35 -070016LOCAL_MODULE:= test-opengl-fillrate
17
18LOCAL_MODULE_TAGS := optional
19
20include $(BUILD_EXECUTABLE)