Skip to content

Commit

Permalink
samsung: drop libhwbinder/libhidltransport dependency
Browse files Browse the repository at this point in the history
Change-Id: Iaa0232ba6ab8235454340416b0995994c908a2ee
  • Loading branch information
Stricted committed Sep 14, 2020
1 parent c10b1a4 commit fd91e5c
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 17 deletions.
1 change: 0 additions & 1 deletion hidl/consumerir/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ LOCAL_SHARED_LIBRARIES := \
libbase \
libbinder \
libhidlbase \
libhidltransport \
libutils \
[email protected]

Expand Down
1 change: 0 additions & 1 deletion hidl/fingerprint/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ LOCAL_SHARED_LIBRARIES := \
libbase \
libhardware \
libhidlbase \
libhidltransport \
liblog \
libutils \
[email protected]
Expand Down
1 change: 0 additions & 1 deletion hidl/fingerprint/inscreen/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ LOCAL_SHARED_LIBRARIES := \
libbase \
libhardware \
libhidlbase \
libhidltransport \
liblog \
libhwbinder \
libutils \
Expand Down
1 change: 0 additions & 1 deletion hidl/keymaster/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ LOCAL_SHARED_LIBRARIES := \
libcutils \
libhardware \
libhidlbase \
libhidltransport \
libkeymaster4 \
liblog \
libskeymaster4device \
Expand Down
1 change: 0 additions & 1 deletion hidl/light/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ LOCAL_SHARED_LIBRARIES := \
libbase \
libbinder \
libhidlbase \
libhidltransport \
libutils \
[email protected]

Expand Down
2 changes: 0 additions & 2 deletions hidl/livedisplay/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ cc_defaults {
"libbase",
"libbinder",
"libhidlbase",
"libhidltransport",
"libutils",
"[email protected]",
],
Expand All @@ -50,7 +49,6 @@ cc_defaults {
"libbase",
"libbinder",
"libhidlbase",
"libhidltransport",
"libutils",
"[email protected]",
],
Expand Down
1 change: 0 additions & 1 deletion hidl/power-libperfmgr/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ cc_binary {
shared_libs: [
"libbase",
"libhidlbase",
"libhidltransport",
"liblog",
"libutils",
"libcutils",
Expand Down
1 change: 0 additions & 1 deletion hidl/power/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ LOCAL_SHARED_LIBRARIES := \
libbase \
libbinder \
libhidlbase \
libhidltransport \
libutils \
[email protected] \
[email protected]
Expand Down
1 change: 0 additions & 1 deletion hidl/powershare/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ LOCAL_SHARED_LIBRARIES := \
libbase \
libbinder \
libhidlbase \
libhidltransport \
libutils \
[email protected]

Expand Down
1 change: 0 additions & 1 deletion hidl/radio/1.3/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ cc_binary {
],
shared_libs: [
"libhidlbase",
"libhidltransport",
"liblog",
"libutils",
"[email protected]",
Expand Down
1 change: 0 additions & 1 deletion hidl/sensors/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ cc_library_shared {
"libbase",
"libutils",
"libhidlbase",
"libhidltransport",
"[email protected]",
],
static_libs: [
Expand Down
1 change: 0 additions & 1 deletion hidl/thermal/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ cc_binary {
"libbase",
"libcutils",
"libhidlbase",
"libhidltransport",
"libutils",
"[email protected]",
"[email protected]",
Expand Down
1 change: 0 additions & 1 deletion hidl/touch/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ cc_binary {
"libbase",
"libbinder",
"libhidlbase",
"libhidltransport",
"libutils",
"[email protected]",
],
Expand Down
4 changes: 1 addition & 3 deletions ril/libril/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ LOCAL_SHARED_LIBRARIES := \
librilutils \
[email protected] \
[email protected] \
libhidlbase \
libhidltransport \
libhwbinder
libhidlbase

LOCAL_STATIC_LIBRARIES := \
libprotobuf-c-nano-enable_malloc \
Expand Down

0 comments on commit fd91e5c

Please sign in to comment.