summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-10-02 13:21:45 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-02 13:21:45 -0700
commit19faad1b7fac38491929ba49f673b754450ce2b6 (patch)
tree8d62fd832b732753eb09c4243282d05eae04ef90
parente7981ace7160797adab287cc665fc4d6e421673e (diff)
parentaff4d9543e42ed8f03fd0d3478e2cdfc4f56d031 (diff)
downloadcontexthub-19faad1b7fac38491929ba49f673b754450ce2b6.tar.gz
Remove libhwbinder/libhidltransport deps
am: aff4d9543e Change-Id: I01d97c54ce856dc2fcb1ef026ac85191e350c8b7
-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 \