summaryrefslogtreecommitdiff
path: root/bootctl
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-09-05 14:17:28 -0700
committerSteven Moreland <smoreland@google.com>2019-09-05 14:17:28 -0700
commit9402055502ae54a8982803cb615ed9f20c086435 (patch)
tree682c16c44f6da7f5ca73d0c02422e780e261cd1b /bootctl
parent3342738e82b07afeccf0bc9962ff047093335a1f (diff)
downloadextras-9402055502ae54a8982803cb615ed9f20c086435.tar.gz
Remove libhwbinder/libhidltransport deps
Since these were combined into libhidlbase. Bug: 135686713 Test: build only (libhwbinder/libhidltransport are empty) Change-Id: Iea42841e537a16a302b6d425faf2c6bd511c6bad
Diffstat (limited to 'bootctl')
-rw-r--r--bootctl/Android.bp2
1 files changed, 0 insertions, 2 deletions
diff --git a/bootctl/Android.bp b/bootctl/Android.bp
index a58723c0..e5804154 100644
--- a/bootctl/Android.bp
+++ b/bootctl/Android.bp
@@ -9,8 +9,6 @@ cc_binary {
],
shared_libs: [
"libhidlbase",
- "libhidltransport",
- "libhwbinder",
"libutils",
"android.hardware.boot@1.0",
],