blob: 835f858e5316268637be34a372cd8bdeb744917c [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 Agopian870b8aa2012-02-24 16:42:46 -080014LOCAL_C_INCLUDES += frameworks/base/opengl/tests/include
15
Mathias Agopian591018a2009-08-04 13:43:35 -070016LOCAL_MODULE:= test-opengl-fillrate
17
18LOCAL_MODULE_TAGS := optional
19
20include $(BUILD_EXECUTABLE)