diff options
author | Steven Moreland <smoreland@google.com> | 2019-10-01 11:03:28 -0700 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2019-10-01 11:03:28 -0700 |
commit | 0b6fb71d5ad06dbbd45c6b47cefe3d6ecd454f44 (patch) | |
tree | 326eed124ca04f3253c794a93c70feb0cdba7079 | |
parent | 0ddc02acfb99e77b6318408567b5f3209d2a1d47 (diff) |
Remove libhwbinder/libhidltransport deps
Since these were combined into libhidlbase.
Bug: 135686713
Test: build only (libhwbinder/libhidltransport are empty)
Change-Id: I035920f9746c46f04a139e914c18da6f45da69d6
-rw-r--r-- | tests/unit/Android.bp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit/Android.bp b/tests/unit/Android.bp index 3081666..3410d0e 100644 --- a/tests/unit/Android.bp +++ b/tests/unit/Android.bp @@ -60,8 +60,6 @@ java_defaults { "libdl_android", "libhidl-gen-utils", "libhidlbase", - "libhidltransport", - "libhwbinder", "libjsoncpp", "liblog", "liblzma", |