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