OSDN Git Service

original
[gb-231r1-is01/Gingerbread_2.3.3_r1_IS01.git] / frameworks / base / opengl / tests / textures / Android.mk
1 LOCAL_PATH:= $(call my-dir)
2 include $(CLEAR_VARS)
3
4 LOCAL_SRC_FILES:= \
5         textures.cpp
6
7 LOCAL_SHARED_LIBRARIES := \
8         libcutils \
9     libEGL \
10     libGLESv1_CM \
11     libui
12
13 LOCAL_MODULE:= test-opengl-textures
14
15 LOCAL_MODULE_TAGS := optional
16
17 LOCAL_CFLAGS := -DGL_GLEXT_PROTOTYPES
18
19 include $(BUILD_EXECUTABLE)