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:
parent
62769b7196
commit
85e4c2679f
3 changed files with 0 additions and 6 deletions
|
@ -63,7 +63,6 @@ cc_library_shared {
|
|||
"libutils",
|
||||
"libcutils",
|
||||
"android.hardware.radio@1.0",
|
||||
"android.hidl.base@1.0",
|
||||
],
|
||||
export_shared_lib_headers: [
|
||||
"libhidlbase",
|
||||
|
@ -71,6 +70,5 @@ cc_library_shared {
|
|||
"libhwbinder",
|
||||
"libutils",
|
||||
"android.hardware.radio@1.0",
|
||||
"android.hidl.base@1.0",
|
||||
],
|
||||
}
|
||||
|
|
|
@ -48,13 +48,11 @@ cc_library_shared {
|
|||
"liblog",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"android.hidl.base@1.0",
|
||||
],
|
||||
export_shared_lib_headers: [
|
||||
"libhidlbase",
|
||||
"libhidltransport",
|
||||
"libhwbinder",
|
||||
"libutils",
|
||||
"android.hidl.base@1.0",
|
||||
],
|
||||
}
|
||||
|
|
|
@ -59,13 +59,11 @@ cc_library_shared {
|
|||
"liblog",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"android.hidl.base@1.0",
|
||||
],
|
||||
export_shared_lib_headers: [
|
||||
"libhidlbase",
|
||||
"libhidltransport",
|
||||
"libhwbinder",
|
||||
"libutils",
|
||||
"android.hidl.base@1.0",
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue