Skip to content

Commit

Permalink
remove libhidltransport and libhwbinder dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Lucchetto <[email protected]>
  • Loading branch information
Lucchetto committed Sep 9, 2020
1 parent 614a3e2 commit f515243
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion audio_hal_interface/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ cc_library_static {
"[email protected]",
"libfmq",
"libhidlbase",
"libhidltransport",
],
static_libs: [
"libosi_qti",
Expand Down
2 changes: 0 additions & 2 deletions btif/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ cc_library_static {
"[email protected]",
"[email protected]",
"libhidlbase",
"libhidltransport",
"libhwbinder",
"libutils",
// "libdl",
"libcrypto",
Expand Down
4 changes: 0 additions & 4 deletions hci/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ cc_defaults {
shared_libs: [
"[email protected]",
"libhidlbase",
"libhidltransport",
"libhwbinder",
],
}

Expand Down Expand Up @@ -38,7 +36,6 @@ cc_library_static {
"vendor/qcom/opensource/commonsys/system/bt/bta/include",
"vendor/qcom/opensource/commonsys/system/bt/device/include",
"vendor/qcom/opensource/commonsys-intf/bluetooth/include",
"system/libhwbinder/include",
],

arch: {
Expand Down Expand Up @@ -68,7 +65,6 @@ cc_test {
"vendor/qcom/opensource/commonsys/system/bt/utils/include",
"vendor/qcom/opensource/commonsys/system/bt/device/include",
"vendor/qcom/opensource/commonsys-intf/bluetooth/include",
"system/libhwbinder/include",
],
srcs: [
"test/packet_fragmenter_test.cc",
Expand Down
2 changes: 0 additions & 2 deletions main/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ cc_library_shared {
"libdl",
"libfmq",
"libhidlbase",
"libhidltransport",
"libhwbinder",
"liblog",
"libprotobuf-cpp-lite",
"libprocessgroup",
Expand Down
3 changes: 0 additions & 3 deletions test/rootcanal/Android.bp.disable
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ cc_binary {
"libbase",
"libchrome",
"libcutils",
"libhwbinder",
"libhidlbase",
"libhidltransport",
"liblog",
"libutils",
],
Expand Down Expand Up @@ -71,7 +69,6 @@ cc_library_shared {
"libchrome",
"libcutils",
"libhidlbase",
"libhidltransport",
"liblog",
"libutils",
],
Expand Down
1 change: 0 additions & 1 deletion vendor_libs/linux/interface/Android.bp.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ cc_binary {
"libbase",
"libcutils",
"libhidlbase",
"libhidltransport",
"liblog",
"libutils",
],
Expand Down

0 comments on commit f515243

Please sign in to comment.