diff options
author | Steven Moreland <smoreland@google.com> | 2017-05-01 09:47:58 -0700 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2017-05-01 09:47:58 -0700 |
commit | ee1d248ae26285d8351a9513c7af84cc7d3e2fb8 (patch) | |
tree | 3e081ca30e102da4992f02a955340a6b927e7111 /tests/foo/1.0 | |
parent | 092daf7fea76954110fe41468e87faf20a103d97 (diff) | |
download | platform_hardware_interfaces-ee1d248ae26285d8351a9513c7af84cc7d3e2fb8.tar.gz platform_hardware_interfaces-ee1d248ae26285d8351a9513c7af84cc7d3e2fb8.tar.bz2 platform_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 'tests/foo/1.0')
-rw-r--r-- | tests/foo/1.0/Android.bp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/foo/1.0/Android.bp b/tests/foo/1.0/Android.bp index a631be8468..da2120f7fe 100644 --- a/tests/foo/1.0/Android.bp +++ b/tests/foo/1.0/Android.bp @@ -80,13 +80,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", ], } |