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 /memtrack | |
| 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 'memtrack')
| -rw-r--r-- | memtrack/1.0/default/Android.bp | 2 | ||||
| -rw-r--r-- | memtrack/1.0/vts/functional/Android.bp | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/memtrack/1.0/default/Android.bp b/memtrack/1.0/default/Android.bp index b43a159be..dcb50254f 100644 --- a/memtrack/1.0/default/Android.bp +++ b/memtrack/1.0/default/Android.bp @@ -24,7 +24,6 @@ cc_library_shared { "libhidlbase", "libhidltransport", "libhardware", - "libhwbinder", "libutils", "android.hardware.memtrack@1.0", ], @@ -46,7 +45,6 @@ cc_binary { "libhardware", "libhidlbase", "libhidltransport", - "libhwbinder", "android.hardware.memtrack@1.0", ], diff --git a/memtrack/1.0/vts/functional/Android.bp b/memtrack/1.0/vts/functional/Android.bp index 1cbcc59ed..b9d89be6c 100644 --- a/memtrack/1.0/vts/functional/Android.bp +++ b/memtrack/1.0/vts/functional/Android.bp @@ -24,7 +24,6 @@ cc_test { "libcutils", "libhardware", "libhidlbase", - "libhwbinder", "libutils", "android.hardware.memtrack@1.0", ], |
