summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2016-11-14 18:31:05 -0800
committerYifan Hong <elsk@google.com>2016-11-16 19:00:17 +0000
commit7f97f44562b057c3c780c0a05c101b677f9b0f96 (patch)
tree3e0d589cad0b9af04e86dc053b92d869f671f9ff /Android.bp
parentb69926a728aa472be47f51dc5fc374571d7da5a8 (diff)
downloadlibhidl-7f97f44562b057c3c780c0a05c101b677f9b0f96.tar.gz
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
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
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",