diff options
author | Steven Moreland <smoreland@google.com> | 2019-09-05 14:12:03 -0700 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2019-09-06 01:07:02 +0000 |
commit | b3a4d3832e930114ffbeaec4531b58701899603e (patch) | |
tree | 5f75e7a880910c80e2acb384fce0eebcab4e087a /bluetooth | |
parent | 8190dbeef05d1c50fdbc68808ff30b1116f89034 (diff) | |
download | platform_hardware_interfaces-b3a4d3832e930114ffbeaec4531b58701899603e.tar.gz platform_hardware_interfaces-b3a4d3832e930114ffbeaec4531b58701899603e.tar.bz2 platform_hardware_interfaces-b3a4d3832e930114ffbeaec4531b58701899603e.zip |
Remove libhwbinder/libhidltransport deps
Since these were combined into libhidlbase.
Bug: 135686713
Test: build only (libhwbinder/libhidltransport are empty)
Change-Id: I075670b64eebbbbd6a6ae0e84ad51bf1c6f5ba36
Diffstat (limited to 'bluetooth')
-rw-r--r-- | bluetooth/1.0/default/Android.bp | 2 | ||||
-rw-r--r-- | bluetooth/a2dp/1.0/default/Android.bp | 1 | ||||
-rw-r--r-- | bluetooth/audio/2.0/default/Android.bp | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/bluetooth/1.0/default/Android.bp b/bluetooth/1.0/default/Android.bp index f4b1e7b481..f66c25e976 100644 --- a/bluetooth/1.0/default/Android.bp +++ b/bluetooth/1.0/default/Android.bp @@ -29,7 +29,6 @@ cc_library_shared { "libcutils", "libhardware", "libhidlbase", - "libhidltransport", "liblog", "libutils", ], @@ -130,7 +129,6 @@ cc_binary { "libutils", "libhardware", "libhidlbase", - "libhidltransport", "android.hardware.bluetooth@1.0", ], } diff --git a/bluetooth/a2dp/1.0/default/Android.bp b/bluetooth/a2dp/1.0/default/Android.bp index c4ef0d777f..5264899bb9 100644 --- a/bluetooth/a2dp/1.0/default/Android.bp +++ b/bluetooth/a2dp/1.0/default/Android.bp @@ -7,7 +7,6 @@ cc_library_shared { ], shared_libs: [ "libhidlbase", - "libhidltransport", "libutils", "android.hardware.bluetooth.a2dp@1.0", ], diff --git a/bluetooth/audio/2.0/default/Android.bp b/bluetooth/audio/2.0/default/Android.bp index 1dfc05dfaa..0db0028879 100644 --- a/bluetooth/audio/2.0/default/Android.bp +++ b/bluetooth/audio/2.0/default/Android.bp @@ -19,7 +19,6 @@ cc_library_shared { "libcutils", "libfmq", "libhidlbase", - "libhidltransport", "liblog", "libutils", ], @@ -41,7 +40,6 @@ cc_library_shared { "libcutils", "libfmq", "libhidlbase", - "libhidltransport", "liblog", "libutils", ], |