blob: 2876a1eec4424ac2eb00b87f2f1840c744bd1116 [file] [log] [blame]
Mathias Agopian1473f462009-04-10 14:24:30 -07001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES:= \
5 copybits.cpp
6
7LOCAL_SHARED_LIBRARIES := \
8 libcutils \
9 libEGL \
10 libGLESv1_CM \
11 libui
12
13LOCAL_MODULE:= test-opengl-copybits
14
15LOCAL_MODULE_TAGS := tests
16
Mathias Agopiandff8e582009-05-04 14:17:04 -070017##include $(BUILD_EXECUTABLE)
Mathias Agopian1473f462009-04-10 14:24:30 -070018