replicant-frameworks_native/opengl/tests/gralloc/Android.mk
2009-10-01 17:23:05 -07:00

19 lines
296 B
Makefile

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)