From 9bb203a2cdc09aaa7158ce3404d6bc7a586e6218 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Wed, 2 Oct 2019 12:49:51 -0700 Subject: [PATCH] Remove libhwbinder/libhidltransport deps Since these were combined into libhidlbase. Bug: 135686713 Test: build only (libhwbinder/libhidltransport are empty) Change-Id: If846a8415c95c0fbb27492f0dd1c2a2deff1efaa --- core/jni/Android.bp | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/jni/Android.bp b/core/jni/Android.bp index 0505fe30c55c4..0feab7f61918f 100644 --- a/core/jni/Android.bp +++ b/core/jni/Android.bp @@ -257,8 +257,6 @@ cc_library_shared { "libnativeloader_lazy", "libmemunreachable", "libhidlbase", - "libhidltransport", - "libhwbinder", "libvintf", "libnativewindow", "libdl",