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 /thermal/1.0/vts | |
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 'thermal/1.0/vts')
-rw-r--r-- | thermal/1.0/vts/functional/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/thermal/1.0/vts/functional/Android.bp b/thermal/1.0/vts/functional/Android.bp index 92f8c49a18..63f0ba99a3 100644 --- a/thermal/1.0/vts/functional/Android.bp +++ b/thermal/1.0/vts/functional/Android.bp @@ -24,7 +24,6 @@ cc_test { "libcutils", "libhidlbase", "libhidltransport", - "libhwbinder", "libnativehelper", "libutils", "android.hardware.thermal@1.0", |