blob: d43c39a46201710c222aad7290ff877785ce89cf [file] [log] [blame]
Mathias Agopian74601602009-10-01 15:45:37 -07001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES:= \
Mathias Agopian3330b202009-10-05 17:07:12 -07005 gralloc.cpp
Mathias Agopian74601602009-10-01 15:45:37 -07006
7LOCAL_SHARED_LIBRARIES := \
8 libcutils \
9 libutils \
10 libui
11
12LOCAL_MODULE:= test-opengl-gralloc
13
14LOCAL_MODULE_TAGS := optional
15
16include $(BUILD_EXECUTABLE)