summaryrefslogtreecommitdiffstats
path: root/vibrator
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-05-02 09:46:22 -0700
committerSteven Moreland <smoreland@google.com>2017-05-02 15:29:30 -0700
commit5c63b11f767699d46f918d4938581ba5307ba487 (patch)
treeb6a3a9b1f8d9ca7a034256ff11bae11c905d5e05 /vibrator
parentad024e52e46b36434741e54299f4b6a065a66e5b (diff)
downloadandroid_hardware_interfaces-5c63b11f767699d46f918d4938581ba5307ba487.tar.gz
android_hardware_interfaces-5c63b11f767699d46f918d4938581ba5307ba487.tar.bz2
android_hardware_interfaces-5c63b11f767699d46f918d4938581ba5307ba487.zip
Remove redundant dependencies
android.hidl.base@1.0 and android.hidl.manager@1.0 are built into libhidltransport. Test: links Bug: 33276472 Merged-In: I08aaad80f7e2fc262aa3a8b66fe932e8133a928d Change-Id: I08aaad80f7e2fc262aa3a8b66fe932e8133a928d
Diffstat (limited to 'vibrator')
-rw-r--r--vibrator/1.0/Android.bp2
1 files changed, 0 insertions, 2 deletions
diff --git a/vibrator/1.0/Android.bp b/vibrator/1.0/Android.bp
index 204ff5033..092719fdb 100644
--- a/vibrator/1.0/Android.bp
+++ b/vibrator/1.0/Android.bp
@@ -52,13 +52,11 @@ cc_library_shared {
"liblog",
"libutils",
"libcutils",
- "android.hidl.base@1.0",
],
export_shared_lib_headers: [
"libhidlbase",
"libhidltransport",
"libhwbinder",
"libutils",
- "android.hidl.base@1.0",
],
}