summaryrefslogtreecommitdiff
path: root/thermal
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-09-05 14:12:03 -0700
committerSteven Moreland <smoreland@google.com>2019-09-06 01:07:02 +0000
commitb3a4d3832e930114ffbeaec4531b58701899603e (patch)
tree5f75e7a880910c80e2acb384fce0eebcab4e087a /thermal
parent8190dbeef05d1c50fdbc68808ff30b1116f89034 (diff)
Remove libhwbinder/libhidltransport deps
Since these were combined into libhidlbase. Bug: 135686713 Test: build only (libhwbinder/libhidltransport are empty) Change-Id: I075670b64eebbbbd6a6ae0e84ad51bf1c6f5ba36
Diffstat (limited to 'thermal')
-rw-r--r--thermal/1.0/default/Android.bp2
-rw-r--r--thermal/2.0/default/Android.bp1
2 files changed, 0 insertions, 3 deletions
diff --git a/thermal/1.0/default/Android.bp b/thermal/1.0/default/Android.bp
index 9d81474b70..194a9f8aa0 100644
--- a/thermal/1.0/default/Android.bp
+++ b/thermal/1.0/default/Android.bp
@@ -27,7 +27,6 @@ cc_library_shared {
"libcutils",
"libutils",
"libhidlbase",
- "libhidltransport",
"android.hardware.thermal@1.0",
],
}
@@ -48,7 +47,6 @@ cc_binary {
"libutils",
"libhardware",
"libhidlbase",
- "libhidltransport",
"android.hardware.thermal@1.0",
],
}
diff --git a/thermal/2.0/default/Android.bp b/thermal/2.0/default/Android.bp
index dab0d337f2..7b72694018 100644
--- a/thermal/2.0/default/Android.bp
+++ b/thermal/2.0/default/Android.bp
@@ -27,7 +27,6 @@ cc_binary {
shared_libs: [
"libbase",
"libhidlbase",
- "libhidltransport",
"libutils",
"android.hardware.thermal@2.0",
"android.hardware.thermal@1.0",