summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2017-05-02 09:58:53 -0700
committer Steven Moreland <smoreland@google.com> 2017-05-02 21:53:19 +0000
commit868e487d24c4bb7abcb7d5e44a0c4e79fa402919 (patch)
treef6d741ebb8303e243037234aa59bacacfa24deec
parent623017e5d4dfb637aad42c1c388bc1af9a58d7d5 (diff)
Remove redundant dependencies
android.hidl.base@1.0 and android.hidl.manager@1.0 are built into libhidltransport. Test: links Bug: 33276472 Change-Id: I76cb7e9564eeaca6bee21cf097d58465e051f4fe (cherry picked from commit aa3bdd0b1b4be3fa20fcaf387a90dea4e2d4faca)
-rw-r--r--libs/gui/Android.bp1
-rw-r--r--services/schedulerservice/Android.bp1
-rw-r--r--services/sensorservice/hidl/Android.bp1
3 files changed, 0 insertions, 3 deletions
diff --git a/libs/gui/Android.bp b/libs/gui/Android.bp
index 5eafb2c173..5a127406db 100644
--- a/libs/gui/Android.bp
+++ b/libs/gui/Android.bp
@@ -111,7 +111,6 @@ cc_library_shared {
"liblog",
"libhidlbase",
"libhidltransport",
- "android.hidl.base@1.0",
"android.hidl.token@1.0-utils",
"android.hardware.graphics.bufferqueue@1.0",
"android.hardware.configstore@1.0",
diff --git a/services/schedulerservice/Android.bp b/services/schedulerservice/Android.bp
index 1f1340ca47..ca91b8e85f 100644
--- a/services/schedulerservice/Android.bp
+++ b/services/schedulerservice/Android.bp
@@ -10,7 +10,6 @@ cc_library_shared {
"libmediautils",
"liblog",
"libutils",
- "android.hidl.base@1.0",
"android.frameworks.schedulerservice@1.0",
],
header_libs: [
diff --git a/services/sensorservice/hidl/Android.bp b/services/sensorservice/hidl/Android.bp
index 748dafcf62..8bbc4c59a8 100644
--- a/services/sensorservice/hidl/Android.bp
+++ b/services/sensorservice/hidl/Android.bp
@@ -18,7 +18,6 @@ cc_library_shared {
"libsensor",
"android.frameworks.sensorservice@1.0",
"android.hardware.sensors@1.0",
- "android.hidl.base@1.0",
],
static_libs: [
"android.hardware.sensors@1.0-convert",