blob: b0c9021327e12029f02290cf5211c515bae714cf [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
textures.c
LOCAL_SHARED_LIBRARIES := \
libcutils \
libGLES_CM \
libui
LOCAL_MODULE:= test-opengl-textures
LOCAL_MODULE_TAGS := tests
include $(BUILD_EXECUTABLE)