summaryrefslogtreecommitdiffstats
path: root/ir
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-05-01 09:47:58 -0700
committerSteven Moreland <smoreland@google.com>2017-05-01 09:47:58 -0700
commitee1d248ae26285d8351a9513c7af84cc7d3e2fb8 (patch)
tree3e081ca30e102da4992f02a955340a6b927e7111 /ir
parent092daf7fea76954110fe41468e87faf20a103d97 (diff)
downloadandroid_hardware_interfaces-ee1d248ae26285d8351a9513c7af84cc7d3e2fb8.tar.gz
android_hardware_interfaces-ee1d248ae26285d8351a9513c7af84cc7d3e2fb8.tar.bz2
android_hardware_interfaces-ee1d248ae26285d8351a9513c7af84cc7d3e2fb8.zip
Remove redundant dependencies
android.hidl.base@1.0 and android.hidlmanager@1.0 are built into libhidltransport. Test: links Bug: 33276472 Change-Id: I424371932af129bba9d58dcf8652c64297f35f05
Diffstat (limited to 'ir')
-rw-r--r--ir/1.0/Android.bp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ir/1.0/Android.bp b/ir/1.0/Android.bp
index 6f5273627..2612bd254 100644
--- a/ir/1.0/Android.bp
+++ b/ir/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",
],
}