Merge "Remove redundant dependencies." am: 8b4c1e4589
am: a2b80cf2ca
Change-Id: I69b5f0365e0fe3fe4472f86b90457d57b817c584
This commit is contained in:
commit
32ed1e2578
3 changed files with 0 additions and 6 deletions
|
@ -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",
|
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
|
@ -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",
|
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
|
@ -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",
|
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue