diff options
author | Steven Moreland <smoreland@google.com> | 2017-02-24 11:46:32 -0800 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2017-02-24 12:18:01 -0800 |
commit | 7e73d5b90831df7fdbced22792e5198fcae897af (patch) | |
tree | b6f68336d84c961dbc076d3484d0ddf73b556d62 /health | |
parent | dbd6d31f62d990e84976c9b83e8726aba881b249 (diff) | |
download | platform_hardware_interfaces-7e73d5b90831df7fdbced22792e5198fcae897af.tar.gz platform_hardware_interfaces-7e73d5b90831df7fdbced22792e5198fcae897af.tar.bz2 platform_hardware_interfaces-7e73d5b90831df7fdbced22792e5198fcae897af.zip |
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
Diffstat (limited to 'health')
-rw-r--r-- | health/1.0/default/Android.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/health/1.0/default/Android.mk b/health/1.0/default/Android.mk index 3c97185807..96ff91fe7b 100644 --- a/health/1.0/default/Android.mk +++ b/health/1.0/default/Android.mk @@ -12,7 +12,6 @@ LOCAL_SHARED_LIBRARIES := \ libcutils \ libhidlbase \ libhidltransport \ - libhwbinder \ liblog \ libutils \ android.hardware.health@1.0 \ @@ -51,7 +50,6 @@ LOCAL_SHARED_LIBRARIES := \ libdl \ libbase \ libutils \ - libhwbinder \ libhidlbase \ libhidltransport \ android.hardware.health@1.0 \ |