commit | 29cc9ce49a10883c370c6bd428cdd81baae1f945 | [log] [tgz] |
---|---|---|
author | Jesse Hall <jessehall@google.com> | Mon Mar 03 10:52:14 2014 -0800 |
committer | Jesse Hall <jessehall@google.com> | Wed Mar 05 16:12:41 2014 -0800 |
tree | b6b1808787c43927ca17fd21fd3fbfa7451a3a67 | |
parent | a4c673e9af8148eed70a5fab54eaefb8506a3ab3 [diff] [blame] |
Add NativeHandle, a refcounted C++ wrapper around a native_handle_t* Change-Id: I232dfa2ad2e4a463a39e2e901e4097dffe278cc3
diff --git a/libutils/Android.mk b/libutils/Android.mk index 1710d36..8e9dfd3 100644 --- a/libutils/Android.mk +++ b/libutils/Android.mk
@@ -26,6 +26,7 @@ LinearAllocator.cpp \ LinearTransform.cpp \ Log.cpp \ + NativeHandle.cpp \ Printer.cpp \ ProcessCallStack.cpp \ PropertyMap.cpp \