diff options
author | Steven Moreland | 2017-02-24 13:46:32 -0600 |
---|---|---|
committer | Steven Moreland | 2017-02-24 14:18:01 -0600 |
commit | 7e73d5b90831df7fdbced22792e5198fcae897af (patch) | |
tree | b6f68336d84c961dbc076d3484d0ddf73b556d62 /light/2.0/default/Android.mk | |
parent | dbd6d31f62d990e84976c9b83e8726aba881b249 (diff) | |
download | platform-hardware-interfaces-7e73d5b90831df7fdbced22792e5198fcae897af.tar.gz platform-hardware-interfaces-7e73d5b90831df7fdbced22792e5198fcae897af.tar.xz 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 'light/2.0/default/Android.mk')
-rw-r--r-- | light/2.0/default/Android.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/light/2.0/default/Android.mk b/light/2.0/default/Android.mk index 7bd096c8..3439c9b6 100644 --- a/light/2.0/default/Android.mk +++ b/light/2.0/default/Android.mk | |||
@@ -10,7 +10,6 @@ LOCAL_SRC_FILES := \ | |||
10 | LOCAL_SHARED_LIBRARIES := \ | 10 | LOCAL_SHARED_LIBRARIES := \ |
11 | libhidlbase \ | 11 | libhidlbase \ |
12 | libhidltransport \ | 12 | libhidltransport \ |
13 | libhwbinder \ | ||
14 | libutils \ | 13 | libutils \ |
15 | liblog \ | 14 | liblog \ |
16 | libcutils \ | 15 | libcutils \ |
@@ -39,7 +38,6 @@ LOCAL_SHARED_LIBRARIES := \ | |||
39 | libhardware \ | 38 | libhardware \ |
40 | 39 | ||
41 | LOCAL_SHARED_LIBRARIES += \ | 40 | LOCAL_SHARED_LIBRARIES += \ |
42 | libhwbinder \ | ||
43 | libhidlbase \ | 41 | libhidlbase \ |
44 | libhidltransport \ | 42 | libhidltransport \ |
45 | android.hardware.light@2.0 \ | 43 | android.hardware.light@2.0 \ |