Skip to content

Commit

Permalink
Remove libhwbinder/libhidltransport deps
Browse files Browse the repository at this point in the history
Since these were combined into libhidlbase.

Bug: 135686713
Test: build only (libhwbinder/libhidltransport are empty)
Change-Id: I0bdffced6af52695c0ef98c9dd659348e56f7aa6

Former-commit-id: a4eaf64de8727e870cdea23be203268405c8606d
  • Loading branch information
smore-lore committed Sep 5, 2019
1 parent cad65a5 commit e348b8b
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions fastboot/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ cc_binary {
"libfs_mgr",
"libgsi",
"libhidlbase",
"libhidltransport",
"libhwbinder",
"liblog",
"liblp",
"libsparse",
Expand Down
2 changes: 0 additions & 2 deletions gatekeeperd/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ cc_binary {
"libkeystore_aidl",
"libkeystore_binder",
"libhidlbase",
"libhidltransport",
"libhwbinder",
"android.hardware.gatekeeper@1.0",
"libgatekeeper_aidl",
],
Expand Down
2 changes: 0 additions & 2 deletions healthd/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ cc_defaults {
"libbase",
"libcutils",
"libhidlbase",
"libhidltransport",
"libhwbinder",
"liblog",
"libutils",
"android.hardware.health@2.0",
Expand Down
2 changes: 0 additions & 2 deletions healthd/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ CHARGER_STATIC_LIBRARIES := \
android.hardware.health@1.0-convert \
libbinderthreadstate \
libcharger_sysprop \
libhidltransport \
libhidlbase \
libhealthstoragedefault \
libminui \
Expand Down Expand Up @@ -74,7 +73,6 @@ LOCAL_STATIC_LIBRARIES := \
android.hardware.health@1.0-convert \
libbinderthreadstate \
libcharger_sysprop \
libhidltransport \
libhidlbase \
libhealthstoragedefault \
libvndksupport \
Expand Down
2 changes: 0 additions & 2 deletions libmemtrack/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ cc_library_shared {
"liblog",
"libbase",
"libhidlbase",
"libhidltransport",
"libhwbinder",
"libutils",
"android.hardware.memtrack@1.0",
],
Expand Down
2 changes: 0 additions & 2 deletions storaged/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ cc_defaults {
"libbinder",
"libcutils",
"libhidlbase",
"libhidltransport",
"libhwbinder",
"liblog",
"libprotobuf-cpp-lite",
"libsysutils",
Expand Down
1 change: 0 additions & 1 deletion trusty/gatekeeper/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ cc_binary {
"android.hardware.gatekeeper@1.0",
"libbase",
"libhidlbase",
"libhidltransport",
"libgatekeeper",
"libutils",
"liblog",
Expand Down
2 changes: 0 additions & 2 deletions trusty/keymaster/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ cc_binary {
"libutils",
"libhardware",
"libhidlbase",
"libhidltransport",
"libtrusty",
"libkeymaster_messages",
"libkeymaster3device",
Expand Down Expand Up @@ -132,7 +131,6 @@ cc_binary {
"libutils",
"libhardware",
"libhidlbase",
"libhidltransport",
"libtrusty",
"libkeymaster_messages",
"libkeymaster4",
Expand Down
1 change: 0 additions & 1 deletion usbd/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ cc_binary {
shared_libs: [
"libbase",
"libhidlbase",
"libhidltransport",
"liblog",
"libutils",
"libhardware",
Expand Down

0 comments on commit e348b8b

Please sign in to comment.