diff options
author | Steven Moreland <smoreland@google.com> | 2019-10-02 12:49:15 -0700 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-18 22:40:33 +0200 |
commit | d7d42073b4d8716c1dd0cb0805813a5b230584f4 (patch) | |
tree | 284d1b7edc217105095f3def241ec2106c36a90b /libhidl | |
parent | 5e9c1abee6876da86256038be20482489f15aba9 (diff) |
sdm660-common: Remove libhwbinder/libhidltransport deps
Since these were combined into libhidlbase.
Bug: 135686713
Test: build only (libhwbinder/libhidltransport are empty)
Change-Id: Iba2cd20b8b20fac3e7564de6b853b475fd4ebd2a
Diffstat (limited to 'libhidl')
-rw-r--r-- | libhidl/Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libhidl/Android.mk b/libhidl/Android.mk index b709215..87c4f7d 100644 --- a/libhidl/Android.mk +++ b/libhidl/Android.mk @@ -14,7 +14,6 @@ # limitations under the License. include $(CLEAR_VARS) -LOCAL_SHARED_LIBRARIES := libhidltransport LOCAL_MODULE := android.hidl.base@1.0 LOCAL_MODULE_TAGS := optional LOCAL_MODULE_CLASS := SHARED_LIBRARIES |