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 /nfc | |
parent | 8190dbeef05d1c50fdbc68808ff30b1116f89034 (diff) |
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 'nfc')
-rw-r--r-- | nfc/1.0/default/Android.bp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nfc/1.0/default/Android.bp b/nfc/1.0/default/Android.bp index 3b53d16926..9827edd454 100644 --- a/nfc/1.0/default/Android.bp +++ b/nfc/1.0/default/Android.bp @@ -12,7 +12,6 @@ cc_library_shared { "libcutils", "libutils", "libhidlbase", - "libhidltransport", "android.hardware.nfc@1.0", ], } @@ -33,7 +32,6 @@ cc_binary { "libutils", "libhardware", "libhidlbase", - "libhidltransport", "android.hardware.nfc@1.0", ], |