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 /vibrator | |
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 'vibrator')
-rw-r--r-- | vibrator/1.0/default/Android.bp | 2 | ||||
-rw-r--r-- | vibrator/1.3/example/Android.bp | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/vibrator/1.0/default/Android.bp b/vibrator/1.0/default/Android.bp index 0c7d1557ea..b0d09860cb 100644 --- a/vibrator/1.0/default/Android.bp +++ b/vibrator/1.0/default/Android.bp @@ -21,7 +21,6 @@ cc_library_shared { srcs: ["Vibrator.cpp"], shared_libs: [ "libhidlbase", - "libhidltransport", "liblog", "libutils", "libhardware", @@ -39,7 +38,6 @@ cc_binary { shared_libs: [ "libhidlbase", - "libhidltransport", "liblog", "libutils", "libhardware", diff --git a/vibrator/1.3/example/Android.bp b/vibrator/1.3/example/Android.bp index 36f2ff82c2..07f1c26db3 100644 --- a/vibrator/1.3/example/Android.bp +++ b/vibrator/1.3/example/Android.bp @@ -23,7 +23,6 @@ cc_binary { cflags: ["-Wall", "-Werror"], shared_libs: [ "libhidlbase", - "libhidltransport", "liblog", "libutils", "android.hardware.vibrator@1.0", |