Remove redundant dependencies.

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

Test: links
Bug: 33276472
Change-Id: I56655b0214ba147398f9234eb004fba0aceb7e40
Merged-In: I08aaad80f7e2fc262aa3a8b66fe932e8133a928d
This commit is contained in:
Steven Moreland 2017-05-02 15:23:11 -07:00
parent 62769b7196
commit 85e4c2679f
3 changed files with 0 additions and 6 deletions

View file

@ -63,7 +63,6 @@ cc_library_shared {
"libutils", "libutils",
"libcutils", "libcutils",
"android.hardware.radio@1.0", "android.hardware.radio@1.0",
"android.hidl.base@1.0",
], ],
export_shared_lib_headers: [ export_shared_lib_headers: [
"libhidlbase", "libhidlbase",
@ -71,6 +70,5 @@ cc_library_shared {
"libhwbinder", "libhwbinder",
"libutils", "libutils",
"android.hardware.radio@1.0", "android.hardware.radio@1.0",
"android.hidl.base@1.0",
], ],
} }

View file

@ -48,13 +48,11 @@ cc_library_shared {
"liblog", "liblog",
"libutils", "libutils",
"libcutils", "libcutils",
"android.hidl.base@1.0",
], ],
export_shared_lib_headers: [ export_shared_lib_headers: [
"libhidlbase", "libhidlbase",
"libhidltransport", "libhidltransport",
"libhwbinder", "libhwbinder",
"libutils", "libutils",
"android.hidl.base@1.0",
], ],
} }

View file

@ -59,13 +59,11 @@ cc_library_shared {
"liblog", "liblog",
"libutils", "libutils",
"libcutils", "libcutils",
"android.hidl.base@1.0",
], ],
export_shared_lib_headers: [ export_shared_lib_headers: [
"libhidlbase", "libhidlbase",
"libhidltransport", "libhidltransport",
"libhwbinder", "libhwbinder",
"libutils", "libutils",
"android.hidl.base@1.0",
], ],
} }