blob: a86c8ec2556a46aee36d28a30d06a80e2a1092bc [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
gralloc.cpp \
Buffer.cpp \
BufferAllocator.cpp
LOCAL_SHARED_LIBRARIES := \
libcutils \
libutils \
libui
LOCAL_MODULE:= test-opengl-gralloc
LOCAL_MODULE_TAGS := optional
include $(BUILD_EXECUTABLE)