sm8250-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:
parent
7c3e80309d
commit
dd86632c8e
5 changed files with 0 additions and 8 deletions
|
@ -23,9 +23,7 @@ oneplus_kona_fod_hal_binary {
|
||||||
"libbase",
|
"libbase",
|
||||||
"libhardware",
|
"libhardware",
|
||||||
"libhidlbase",
|
"libhidlbase",
|
||||||
"libhidltransport",
|
|
||||||
"liblog",
|
"liblog",
|
||||||
"libhwbinder",
|
|
||||||
"libutils",
|
"libutils",
|
||||||
"vendor.lineage.biometrics.fingerprint.inscreen@1.0",
|
"vendor.lineage.biometrics.fingerprint.inscreen@1.0",
|
||||||
"//device/oneplus/common:vendor.oneplus.fingerprint.extension@1.0",
|
"//device/oneplus/common:vendor.oneplus.fingerprint.extension@1.0",
|
||||||
|
|
|
@ -20,9 +20,7 @@ LOCAL_SHARED_LIBRARIES := \
|
||||||
libbase \
|
libbase \
|
||||||
libhardware \
|
libhardware \
|
||||||
libhidlbase \
|
libhidlbase \
|
||||||
libhidltransport \
|
|
||||||
liblog \
|
liblog \
|
||||||
libhwbinder \
|
|
||||||
libutils \
|
libutils \
|
||||||
android.hardware.light@2.0
|
android.hardware.light@2.0
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,6 @@ cc_binary {
|
||||||
"libbase",
|
"libbase",
|
||||||
"libbinder",
|
"libbinder",
|
||||||
"libhidlbase",
|
"libhidlbase",
|
||||||
"libhidltransport",
|
|
||||||
"libutils",
|
"libutils",
|
||||||
"vendor.lineage.livedisplay@2.0",
|
"vendor.lineage.livedisplay@2.0",
|
||||||
],
|
],
|
||||||
|
|
|
@ -23,9 +23,7 @@ cc_binary {
|
||||||
"libbase",
|
"libbase",
|
||||||
"libhardware",
|
"libhardware",
|
||||||
"libhidlbase",
|
"libhidlbase",
|
||||||
"libhidltransport",
|
|
||||||
"liblog",
|
"liblog",
|
||||||
"libhwbinder",
|
|
||||||
"libutils",
|
"libutils",
|
||||||
"vendor.lineage.powershare@1.0",
|
"vendor.lineage.powershare@1.0",
|
||||||
],
|
],
|
||||||
|
|
|
@ -26,7 +26,6 @@ cc_binary {
|
||||||
"libbase",
|
"libbase",
|
||||||
"libbinder",
|
"libbinder",
|
||||||
"libhidlbase",
|
"libhidlbase",
|
||||||
"libhidltransport",
|
|
||||||
"libutils",
|
"libutils",
|
||||||
"vendor.lineage.touch@1.0",
|
"vendor.lineage.touch@1.0",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue