summaryrefslogtreecommitdiffstats
path: root/opengl/tests/textures/Android.mk
blob: a8c622092645f0391fb7c3a257f18f01b25e9de9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_SRC_FILES:= \
	textures.c

LOCAL_SHARED_LIBRARIES := \
	libcutils \
    libEGL \
    libGLESv1_CM \
    libui

LOCAL_MODULE:= test-opengl-textures

LOCAL_MODULE_TAGS := tests

include $(BUILD_EXECUTABLE)