OSDN Git Service

Remove redundant dependencies
authorSteven Moreland <smoreland@google.com>
Thu, 4 May 2017 20:15:41 +0000 (13:15 -0700)
committerSteven Moreland <smoreland@google.com>
Thu, 4 May 2017 20:15:41 +0000 (13:15 -0700)
android.hidl.base@1.0 and android.hidl.manager@1.0 are built into libhidltransport.

Test: links
Bug: 33276472
Change-Id: Iaf818c23d1929c81f83978fcf605a8f80e741294

cmds/dumpstate/Android.mk

index 669e8d2..a1b6a51 100644 (file)
@@ -16,8 +16,8 @@ COMMON_SRC_FILES := \
         utils.cpp
 COMMON_SHARED_LIBRARIES := \
         android.hardware.dumpstate@1.0 \
-        android.hidl.manager@1.0 \
         libhidlbase \
+        libhidltransport \
         libbase \
         libbinder \
         libcutils \