sdm845-common: Remove libhwbinder/libhidltransport deps

Since these were combined into libhidlbase.

Bug: 135686713
Test: build only (libhwbinder/libhidltransport are empty)
Change-Id: I640a3f0e0839214523627bf0b59fd5ae9dd2c61c
This commit is contained in:
Steven Moreland 2019-10-01 11:01:16 -07:00 committed by Bruno Martins
parent 39de56bc74
commit cb7820057f
5 changed files with 1 additions and 8 deletions

View File

@ -23,8 +23,6 @@ cc_binary {
"libbase",
"libhardware",
"libhidlbase",
"libhidltransport",
"libhwbinder",
"liblog",
"libutils",
"libcutils",

View File

@ -27,9 +27,7 @@ cc_binary {
"libbase",
"libhardware",
"libhidlbase",
"libhidltransport",
"liblog",
"libhwbinder",
"libutils",
"vendor.lineage.biometrics.fingerprint.inscreen@1.0",
"vendor.xiaomi.hardware.fingerprintextension@1.0",

View File

@ -1,5 +1,5 @@
cc_library {
name: "android.hidl.base@1.0",
shared_libs: ["libhidltransport"],
shared_libs: ["libhidlbase"],
vendor_available: true,
}

View File

@ -24,8 +24,6 @@ cc_binary {
"libbase",
"libhardware",
"libhidlbase",
"libhidltransport",
"libhwbinder",
"liblog",
"libutils",
],

View File

@ -27,7 +27,6 @@ cc_binary {
"libbase",
"libbinder",
"libhidlbase",
"libhidltransport",
"libutils",
"vendor.lineage.livedisplay@2.0",
],