summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-10-01 11:02:30 -0700
committerSteven Moreland <smoreland@google.com>2019-10-01 11:02:30 -0700
commita35d2f18af2ac6f626da19dfce3d806f57457ed0 (patch)
tree3638d0362a69184e43c41c0e37be50d9c0383ac2
parent078a719b0b6be05e53be1d5773b70fe93ac4f154 (diff)
Remove libhwbinder/libhidltransport deps
Since these were combined into libhidlbase. Bug: 135686713 Test: build only (libhwbinder/libhidltransport are empty) Change-Id: Ifcbd0675df88cb43afe98b1dfe0c5da396384eee
-rw-r--r--atrace/Android.bp1
-rw-r--r--health/Android.bp2
-rw-r--r--perfstatsd/Android.bp1
-rw-r--r--pixelstats/Android.bp1
-rw-r--r--power-libperfmgr/Android.bp1
-rw-r--r--thermal/Android.bp1
-rw-r--r--usb/Android.bp2
7 files changed, 0 insertions, 9 deletions
diff --git a/atrace/Android.bp b/atrace/Android.bp
index 560f47b..8ddb7c8 100644
--- a/atrace/Android.bp
+++ b/atrace/Android.bp
@@ -29,7 +29,6 @@ cc_binary {
"libbase",
"libutils",
"libhidlbase",
- "libhidltransport",
"android.hardware.atrace@1.0",
],
}
diff --git a/health/Android.bp b/health/Android.bp
index 256bf12..46a0a4d 100644
--- a/health/Android.bp
+++ b/health/Android.bp
@@ -29,8 +29,6 @@ cc_library {
"libbase",
"libcutils",
"libhidlbase",
- "libhidltransport",
- "libhwbinder",
"libutils",
],
}
diff --git a/perfstatsd/Android.bp b/perfstatsd/Android.bp
index a65d1a9..541aff7 100644
--- a/perfstatsd/Android.bp
+++ b/perfstatsd/Android.bp
@@ -22,7 +22,6 @@ cc_defaults {
"libbinder",
"libcutils",
"libhidlbase",
- "libhwbinder",
"liblog",
"libutils",
],
diff --git a/pixelstats/Android.bp b/pixelstats/Android.bp
index 48c946d..e25ed0d 100644
--- a/pixelstats/Android.bp
+++ b/pixelstats/Android.bp
@@ -56,7 +56,6 @@ cc_library {
"libbinder",
"libcutils",
"libhidlbase",
- "libhidltransport",
"liblog",
"libutils",
"pixelatoms-cpp",
diff --git a/power-libperfmgr/Android.bp b/power-libperfmgr/Android.bp
index 7874d10..ca2aeda 100644
--- a/power-libperfmgr/Android.bp
+++ b/power-libperfmgr/Android.bp
@@ -33,7 +33,6 @@ cc_binary {
shared_libs: [
"libbase",
"libhidlbase",
- "libhidltransport",
"liblog",
"libutils",
"libcutils",
diff --git a/thermal/Android.bp b/thermal/Android.bp
index 67525fd..dce083b 100644
--- a/thermal/Android.bp
+++ b/thermal/Android.bp
@@ -21,7 +21,6 @@ cc_binary {
"libbase",
"libcutils",
"libhidlbase",
- "libhidltransport",
"libjsoncpp",
"libutils",
"android.hardware.thermal@1.0",
diff --git a/usb/Android.bp b/usb/Android.bp
index 6df6c36..2290918 100644
--- a/usb/Android.bp
+++ b/usb/Android.bp
@@ -34,8 +34,6 @@ cc_library_static {
"libbase",
"libcutils",
"libhidlbase",
- "libhidltransport",
- "libhwbinder",
"libutils",
],
}