summaryrefslogtreecommitdiff
path: root/transport/memory
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-05-01 10:10:20 -0700
committerSteven Moreland <smoreland@google.com>2017-05-01 10:10:20 -0700
commitb11c384f545f5fcb92c8631dfe646522bd0477ae (patch)
treee6082d31c6d1045ab81fcd1362d07c94c785cd38 /transport/memory
parent08607dcb2119d45381579682f1531e487c9414ad (diff)
downloadlibhidl-b11c384f545f5fcb92c8631dfe646522bd0477ae.tar.gz
Remove redundant dependencies
android.hidl.base@1.0 and android.hidlmanager@1.0 are built into libhidltransport. Test: links Bug: 33276472 Change-Id: Ic7fcc85f13be5796829aa86af58defbd388ceebc
Diffstat (limited to 'transport/memory')
-rw-r--r--transport/memory/1.0/Android.bp2
-rw-r--r--transport/memory/1.0/default/Android.bp1
2 files changed, 0 insertions, 3 deletions
diff --git a/transport/memory/1.0/Android.bp b/transport/memory/1.0/Android.bp
index 2275f79..589f865 100644
--- a/transport/memory/1.0/Android.bp
+++ b/transport/memory/1.0/Android.bp
@@ -55,13 +55,11 @@ cc_library_shared {
"liblog",
"libutils",
"libcutils",
- "android.hidl.base@1.0",
],
export_shared_lib_headers: [
"libhidlbase",
"libhidltransport",
"libhwbinder",
"libutils",
- "android.hidl.base@1.0",
],
}
diff --git a/transport/memory/1.0/default/Android.bp b/transport/memory/1.0/default/Android.bp
index 3b1b7da..b0c601a 100644
--- a/transport/memory/1.0/default/Android.bp
+++ b/transport/memory/1.0/default/Android.bp
@@ -32,7 +32,6 @@ cc_library_shared {
"libutils",
"libhidlbase",
"libhidltransport",
- "android.hidl.base@1.0",
"android.hidl.memory@1.0",
],
}