summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-05-02 09:58:17 -0700
committerSteven Moreland <smoreland@google.com>2017-05-02 09:58:17 -0700
commitf906c6ad2d781bb11809f33ce896448ebff89769 (patch)
treec4edf48baeb913053f3db6ff306b5b0aa42af49e
parentc966241e500ce810eeb6c67f8fbbee36b41db274 (diff)
downloadinterfaces-f906c6ad2d781bb11809f33ce896448ebff89769.tar.gz
Remove redundant dependencies
android.hidl.base@1.0 and android.hidl.manager@1.0 are built into libhidltransport. Test: links Bug: 33276472 Change-Id: Ie829516f24d570db1f51012c4c387484fe80a9e6
-rw-r--r--wifi/keystore/1.0/Android.bp2
1 files changed, 0 insertions, 2 deletions
diff --git a/wifi/keystore/1.0/Android.bp b/wifi/keystore/1.0/Android.bp
index 89db75d..db7172e 100644
--- a/wifi/keystore/1.0/Android.bp
+++ b/wifi/keystore/1.0/Android.bp
@@ -48,13 +48,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",
],
}