diff options
author | Steven Moreland <smoreland@google.com> | 2019-10-01 11:02:30 -0700 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2019-10-01 11:02:30 -0700 |
commit | a35d2f18af2ac6f626da19dfce3d806f57457ed0 (patch) | |
tree | 3638d0362a69184e43c41c0e37be50d9c0383ac2 /usb | |
parent | 078a719b0b6be05e53be1d5773b70fe93ac4f154 (diff) |
Remove libhwbinder/libhidltransport deps
Since these were combined into libhidlbase.
Bug: 135686713
Test: build only (libhwbinder/libhidltransport are empty)
Change-Id: Ifcbd0675df88cb43afe98b1dfe0c5da396384eee
Diffstat (limited to 'usb')
-rw-r--r-- | usb/Android.bp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usb/Android.bp b/usb/Android.bp index 6df6c36..2290918 100644 --- a/usb/Android.bp +++ b/usb/Android.bp @@ -34,8 +34,6 @@ cc_library_static { "libbase", "libcutils", "libhidlbase", - "libhidltransport", - "libhwbinder", "libutils", ], } |