diff options
author | Steven Moreland <smoreland@google.com> | 2017-05-02 09:46:22 -0700 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2017-05-02 10:17:28 -0700 |
commit | 2cd0d42d7232a835f26d6a4ae205ef2c1b27954d (patch) | |
tree | 3c3ab2bfdb4089eeb705894dd28be58bd8f039cc /power | |
parent | 090d6b15c45eec0609c7cc7ed9be545610d4ebda (diff) | |
download | platform_hardware_interfaces-2cd0d42d7232a835f26d6a4ae205ef2c1b27954d.tar.gz platform_hardware_interfaces-2cd0d42d7232a835f26d6a4ae205ef2c1b27954d.tar.bz2 platform_hardware_interfaces-2cd0d42d7232a835f26d6a4ae205ef2c1b27954d.zip |
Remove redundant dependencies
android.hidl.base@1.0 and android.hidl.manager@1.0 are built into libhidltransport.
Test: links
Bug: 33276472
Change-Id: I08aaad80f7e2fc262aa3a8b66fe932e8133a928d
Diffstat (limited to 'power')
-rw-r--r-- | power/1.0/Android.bp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/power/1.0/Android.bp b/power/1.0/Android.bp index 5958b12bfd..57ab2cf980 100644 --- a/power/1.0/Android.bp +++ b/power/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", ], } |