Merge "Remove redundant dependencies." am: 8b4c1e4589

am: a2b80cf2ca

Change-Id: I69b5f0365e0fe3fe4472f86b90457d57b817c584
This commit is contained in:
Steven Moreland 2017-05-03 22:23:13 +00:00 committed by android-build-merger
commit 32ed1e2578
3 changed files with 0 additions and 6 deletions

View file

@ -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",
],
}

View file

@ -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",
],
}

View file

@ -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",
],
}