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 21:55:39 +0000 (21:55 +0000)
android.hidl.base@1.0 and android.hidl.manager@1.0 are built into libhidltransport.

Test: links
Bug: 33276472
Change-Id: Iaf818c23d1929c81f83978fcf605a8f80e741294
(cherry picked from commit cf58afb7fccd7a073e0d34b08ccddc45ee1c1be9)

cmds/dumpstate/Android.mk

index a407ea2..18a4078 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 \