blob: d43c39a46201710c222aad7290ff877785ce89cf [file] [log] [blame]
Mathias Agopian15b0ebb2009-10-01 15:45:37 -07001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES:= \
Mathias Agopian6950e422009-10-05 17:07:12 -07005 gralloc.cpp
Mathias Agopian15b0ebb2009-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)