OSDN Git Service

add number constraint for samples per MotionEvent am: 5d17838ade
[android-x86/frameworks-native.git] / opengl / tests / gl_yuvtex / Android.mk
1 LOCAL_PATH:= $(call my-dir)
2 include $(CLEAR_VARS)
3
4 LOCAL_SRC_FILES:= \
5         gl_yuvtex.cpp
6
7 LOCAL_SHARED_LIBRARIES := \
8     libcutils \
9     libEGL \
10     libGLESv1_CM \
11     libutils \
12     libui \
13     libgui
14
15 LOCAL_STATIC_LIBRARIES += libglTest
16
17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
18
19 LOCAL_MODULE:= test-opengl-gl_yuvtex
20
21 LOCAL_MODULE_TAGS := optional
22
23 LOCAL_CFLAGS := -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES
24
25 include $(BUILD_EXECUTABLE)