summaryrefslogtreecommitdiffstats
path: root/modules/gralloc/Android.mk
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-12-14 18:27:09 -0800
committerMathias Agopian <mathias@google.com>2009-12-15 15:00:57 -0800
commitf96b2064d7753af7ab75f05eff9559f401e1a4ad (patch)
tree3f94f2204cf1b9f12762e83701a52fb0622358d4 /modules/gralloc/Android.mk
parent058c1fce990a54b1dfdfb511c752b32914d32f6f (diff)
downloadhardware_libhardware-f96b2064d7753af7ab75f05eff9559f401e1a4ad.zip
hardware_libhardware-f96b2064d7753af7ab75f05eff9559f401e1a4ad.tar.gz
hardware_libhardware-f96b2064d7753af7ab75f05eff9559f401e1a4ad.tar.bz2
remove all references to pmem and simplify the lock/unlock hooks
this gralloc module is only used on the emulator or without a h/w renderer. therefore there is no synchronization to do in lock/unlock and pmem buffers are not relevant. hopefully this will remove some of the confusion about how gralloc should be implemented and make it more obvious that this implementation is not intended to be used by h/w renderers.
Diffstat (limited to 'modules/gralloc/Android.mk')
-rw-r--r--modules/gralloc/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gralloc/Android.mk b/modules/gralloc/Android.mk
index 8f044c5..8946fac 100644
--- a/modules/gralloc/Android.mk
+++ b/modules/gralloc/Android.mk
@@ -23,7 +23,6 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
LOCAL_SHARED_LIBRARIES := liblog libcutils
LOCAL_SRC_FILES := \
- allocator.cpp \
gralloc.cpp \
framebuffer.cpp \
mapper.cpp