summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-12-07 10:16:33 -0800
committerSteven Moreland <smoreland@google.com>2017-12-07 10:16:33 -0800
commit53c59e642744eda0a892424651d0704bec352ca4 (patch)
treefec1eec81a2ed09e988cefc519d0e32afcb3744e
parente9476126b15b1694224a80b8cdff9169214b3d16 (diff)
downloadlibhidl-53c59e642744eda0a892424651d0704bec352ca4.tar.gz
Remove unneeded dependency from memory PT hal.
libhardware was unused. Bug: None Test: links with BOARD_VNDK_VERSION=current Change-Id: I51f1900795b2af62648da6b1887af797aa7d9c09
-rw-r--r--transport/memory/1.0/default/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/transport/memory/1.0/default/Android.bp b/transport/memory/1.0/default/Android.bp
index 9f47244..8c48f4f 100644
--- a/transport/memory/1.0/default/Android.bp
+++ b/transport/memory/1.0/default/Android.bp
@@ -29,7 +29,6 @@ cc_library_shared {
],
shared_libs: [
"libcutils",
- "libhardware",
"libhwbinder",
"libbase",
"libutils",