summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-10-02 13:48:50 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-02 13:48:50 -0700
commit0b315c1dbb01452aec11dc9a51c101d4362dea21 (patch)
tree8d62fd832b732753eb09c4243282d05eae04ef90
parent5322bc49b48460d8aa6fa2e20b6739383dcd70cf (diff)
parent19faad1b7fac38491929ba49f673b754450ce2b6 (diff)
downloadcontexthub-0b315c1dbb01452aec11dc9a51c101d4362dea21.tar.gz
Remove libhwbinder/libhidltransport deps am: aff4d9543e
am: 19faad1b7f Change-Id: I8968d2d74427791fabb498f3f9ee1548bb5ee3a9
-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 \