Remove viral dependency on libhwbinder. (2/2)

find hardware/interfaces -name Android.mk -exec sed -i -e '/libhwbinder
\\/d' {} \;
find hardware/interfaces -name Android.bp -exec sed -i -e
'/"libhwbinder"/d' {} \;
./hardware/interfaces/update-makefiles.sh

Note, automotive has some actual dependencies on libhwbinder, filed
b/35758626 for this.

Test: everything links
Test: (sanity) booted marlin on internal master with these changes
Bug: 35710429
Change-Id: I6d0726c8130d00684b978efbdd48e3ae396f12e5
This commit is contained in:
Steven Moreland
2017-02-24 11:46:32 -08:00
parent dbd6d31f62
commit 7e73d5b908
50 changed files with 2 additions and 68 deletions

View File

@@ -16,7 +16,6 @@ LOCAL_SHARED_LIBRARIES := \
libdumpstateutil \
libhidlbase \
libhidltransport \
libhwbinder \
liblog \
libutils