From 7f97f44562b057c3c780c0a05c101b677f9b0f96 Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Mon, 14 Nov 2016 18:31:05 -0800 Subject: Separate HidlSupport.h to HidlSupportTransport.h This is the preparation step to remove libhwbinder dependency from libhidl, because IBinder in libhwbinder needs to depend on IBase in libhidl. We would change libhidl depends on libhwbinder to libhwbinder depends on libhidl in follow-up CLs. This CL separates the code in libhidl that depends on libhwbinder out. Test: mma Test: hidl_test Bug: 32756130 Change-Id: I042c00605475f9aaa7e05ccc0260e6212854181d --- Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index 6b08c87..87bee79 100644 --- a/Android.bp +++ b/Android.bp @@ -44,6 +44,7 @@ cc_library_shared { srcs: [ "HidlSupport.cpp", + "HidlBinderSupport.cpp", "ServiceManagement.cpp", "Static.cpp", "Status.cpp", -- cgit v1.2.3