commit | 2eab9d8d7034ef05cead1ee26667a75061b5f0aa | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Wed Jun 24 16:55:59 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Wed Jun 24 20:39:16 2009 -0700 |
tree | 205a4d754066ff81e869b53adf79e0a40b1c3695 | |
parent | cbc4c9f8d56317b2fe8964c15c9785ebeef98ca7 [diff] [blame] |
copybit now uses a native_handle_t* instead of a fd/offset
diff --git a/libs/surfaceflinger/Android.mk b/libs/surfaceflinger/Android.mk index 29b88e9..f718e7ada 100644 --- a/libs/surfaceflinger/Android.mk +++ b/libs/surfaceflinger/Android.mk
@@ -47,6 +47,8 @@ LOCAL_C_INCLUDES := \ $(call include-path-for, corecg graphics) +LOCAL_C_INCLUDES += hardware/libhardware/modules/gralloc + LOCAL_MODULE:= libsurfaceflinger include $(BUILD_SHARED_LIBRARY)