diff options
author | 2019-07-11 16:08:47 -0700 | |
---|---|---|
committer | 2019-07-11 16:11:28 -0700 | |
commit | f5f81fbac30053f06086705d16e3060dcdb70a4e (patch) | |
tree | 1200fc81e7cd765eb312677e4a2946a16d16d0fd | |
parent | add824adfe02d6c2e710d5f94ea5597f165ee1fa (diff) |
libbinder: remove unused deps
Bug: 137311188
Test: library still builds
Change-Id: I63365aa006e78b6b1310c4933706a02b8cb60ed4
-rw-r--r-- | libs/binder/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp index c02b88a6f0..b31c24c24d 100644 --- a/libs/binder/Android.bp +++ b/libs/binder/Android.bp @@ -115,7 +115,6 @@ cc_library_shared { }, shared_libs: [ - "libbase", "liblog", "libcutils", "libutils", |