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