summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-10-01 11:00:52 -0700
committerSteven Moreland <smoreland@google.com>2019-10-01 22:39:05 +0000
commitaff4d9543e42ed8f03fd0d3478e2cdfc4f56d031 (patch)
tree8d62fd832b732753eb09c4243282d05eae04ef90
parent03efb2357a2ee1f65fd89bc89770f4994b954dcf (diff)
downloadcontexthub-aff4d9543e42ed8f03fd0d3478e2cdfc4f56d031.tar.gz
Remove libhwbinder/libhidltransport depsndk-sysroot-r21
Since these were combined into libhidlbase. Bug: 135686713 Test: build only (libhwbinder/libhidltransport are empty) Change-Id: I9b7cdcb5109150de8cc6b17fa707a11d0291ccb5
-rw-r--r--contexthubhal/Android.bp4
-rw-r--r--lefty/Android.mk2
2 files changed, 0 insertions, 6 deletions
diff --git a/contexthubhal/Android.bp b/contexthubhal/Android.bp
index cc2c74d7..c55c526f 100644
--- a/contexthubhal/Android.bp
+++ b/contexthubhal/Android.bp
@@ -45,7 +45,6 @@ cc_defaults {
],
shared_libs: [
"libhidlbase",
- "libhidltransport",
"android.hardware.contexthub@1.0",
],
}
@@ -77,9 +76,6 @@ cc_binary {
srcs: [
"service.cpp",
],
- shared_libs: [
- "libhwbinder",
- ],
defaults: [
"contexthub_libs_default",
"contexthub_hidl_libs_default",
diff --git a/lefty/Android.mk b/lefty/Android.mk
index 5e8edf75..c3caaaa5 100644
--- a/lefty/Android.mk
+++ b/lefty/Android.mk
@@ -45,7 +45,6 @@ LOCAL_SHARED_LIBRARIES := \
libbase \
libcutils \
libhidlbase \
- libhidltransport \
libhubconnection \
liblog \
libutils \
@@ -82,7 +81,6 @@ LOCAL_SHARED_LIBRARIES := \
libbase \
libcutils \
libhidlbase \
- libhidltransport \
libhubconnection \
liblog \
libutils \