OSDN Git Service

Remove redundant dependencies
authorSteven Moreland <smoreland@google.com>
Tue, 2 May 2017 16:58:17 +0000 (09:58 -0700)
committerSteven Moreland <smoreland@google.com>
Tue, 2 May 2017 16:58:17 +0000 (09:58 -0700)
android.hidl.base@1.0 and android.hidl.manager@1.0 are built into libhidltransport.

Test: links
Bug: 33276472
Change-Id: Ie829516f24d570db1f51012c4c387484fe80a9e6

wifi/keystore/1.0/Android.bp

index 89db75d..db7172e 100644 (file)
@@ -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",
     ],
 }