Remove redundant dependencies

android.hidl.base@1.0 and android.hidl.manager@1.0 are built into libhidltransport.

Test: links
Bug: 33276472
Change-Id: Ie75f2af2a53c53cde3ebf5e76c7282261e3c7c74
This commit is contained in:
Steven Moreland
2017-05-03 11:14:04 -07:00
parent e0d1021546
commit 582d2b5f99
2 changed files with 0 additions and 2 deletions

View File

@@ -514,7 +514,6 @@ PRODUCT_PACKAGES += \
android.hardware.graphics.allocator@2.0.vndk-sp\
android.hardware.graphics.mapper@2.0.vndk-sp\
android.hardware.graphics.common@1.0.vndk-sp\
android.hidl.base@1.0.vndk-sp\
libhwbinder.vndk-sp\
libbase.vndk-sp\
libcutils.vndk-sp\

View File

@@ -6,7 +6,6 @@ VNDK_SP_LIBRARIES := \
android.hardware.graphics.allocator@2.0\
android.hardware.graphics.mapper@2.0\
android.hardware.graphics.common@1.0\
android.hidl.base@1.0\
libhwbinder\
libbase\
libcutils\