summaryrefslogtreecommitdiffstats
path: root/contexthub
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-02-24 11:46:32 -0800
committerSteven Moreland <smoreland@google.com>2017-02-24 12:18:01 -0800
commit7e73d5b90831df7fdbced22792e5198fcae897af (patch)
treeb6f68336d84c961dbc076d3484d0ddf73b556d62 /contexthub
parentdbd6d31f62d990e84976c9b83e8726aba881b249 (diff)
downloadandroid_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 'contexthub')
-rw-r--r--contexthub/1.0/default/Android.bp1
-rw-r--r--contexthub/1.0/default/Android.mk1
2 files changed, 0 insertions, 2 deletions
diff --git a/contexthub/1.0/default/Android.bp b/contexthub/1.0/default/Android.bp
index 0e1dc7758..32ab0e0f5 100644
--- a/contexthub/1.0/default/Android.bp
+++ b/contexthub/1.0/default/Android.bp
@@ -23,7 +23,6 @@ cc_library_shared {
"liblog",
"libcutils",
"libhardware",
- "libhwbinder",
"libbase",
"libcutils",
"libutils",
diff --git a/contexthub/1.0/default/Android.mk b/contexthub/1.0/default/Android.mk
index cc36b7f5c..538a6b2de 100644
--- a/contexthub/1.0/default/Android.mk
+++ b/contexthub/1.0/default/Android.mk
@@ -16,7 +16,6 @@ LOCAL_SHARED_LIBRARIES := \
libhardware_legacy \
libhidlbase \
libhidltransport \
- libhwbinder \
liblog \
libutils \
android.hardware.contexthub@1.0 \