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 /vr | |
| parent | dbd6d31f62d990e84976c9b83e8726aba881b249 (diff) | |
| download | android_hardware_interfaces-7e73d5b90831df7fdbced22792e5198fcae897af.tar.gz android_hardware_interfaces-7e73d5b90831df7fdbced22792e5198fcae897af.tar.bz2 android_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 'vr')
| -rw-r--r-- | vr/1.0/default/Android.bp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vr/1.0/default/Android.bp b/vr/1.0/default/Android.bp index 0d374d351..e7afa9ab6 100644 --- a/vr/1.0/default/Android.bp +++ b/vr/1.0/default/Android.bp @@ -7,7 +7,6 @@ cc_library_shared { "liblog", "libcutils", "libhardware", - "libhwbinder", "libbase", "libcutils", "libutils", @@ -30,7 +29,6 @@ cc_binary { "libhardware", "libhidlbase", "libhidltransport", - "libhwbinder", "android.hardware.vr@1.0", ], } |
