OSDN Git Service

Remove redundant dependencies
authorSteven Moreland <smoreland@google.com>
Mon, 1 May 2017 17:19:17 +0000 (10:19 -0700)
committerSteven Moreland <smoreland@google.com>
Mon, 1 May 2017 17:19:17 +0000 (10:19 -0700)
android.hidl.base@1.0 and android.hidlmanager@1.0 are built into libhidltransport.

Test: links
Bug: 33276472
Change-Id: Ia22e134d3882f2e503e540dda332fc17213b6bb0

cmds/atrace/Android.bp
cmds/lshal/Android.bp

index c89e3b1..a2560e3 100644 (file)
@@ -7,7 +7,6 @@ cc_binary {
     shared_libs: [
         "libbinder",
         "libhwbinder",
-        "android.hidl.manager@1.0",
         "libhidlbase",
         "libhidltransport",
         "liblog",
index 4740202..df4941c 100644 (file)
@@ -22,7 +22,6 @@ cc_binary {
         "libhidltransport",
         "libhidl-gen-utils",
         "libvintf",
-        "android.hidl.manager@1.0",
     ],
     srcs: [
         "Lshal.cpp",