blob: b0c9021327e12029f02290cf5211c515bae714cf [file] [log] [blame]
The Android Open Source Projectf013e1a2008-12-17 18:05:43 -08001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES:= \
5 textures.c
6
7LOCAL_SHARED_LIBRARIES := \
8 libcutils \
9 libGLES_CM \
10 libui
11
12LOCAL_MODULE:= test-opengl-textures
13
14LOCAL_MODULE_TAGS := tests
15
16include $(BUILD_EXECUTABLE)