From ea865fbc912f02bfd95e320824386b5379cca413 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Tue, 1 Oct 2019 11:01:56 -0700 Subject: [PATCH] Remove libhwbinder/libhidltransport deps Since these were combined into libhidlbase. Bug: 135686713 Test: build only (libhwbinder/libhidltransport are empty) Change-Id: Ic284e3a915c3340fd0b29049fbc5e3507dbbae8c Merged-In: If846a8415c95c0fbb27492f0dd1c2a2deff1efaa --- core/jni/Android.bp | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/jni/Android.bp b/core/jni/Android.bp index 6dd6d45728adc..6270d89ca7208 100644 --- a/core/jni/Android.bp +++ b/core/jni/Android.bp @@ -294,8 +294,6 @@ cc_library_shared { "libnativeloader_lazy", "libmemunreachable", "libhidlbase", - "libhidltransport", - "libhwbinder", "libvintf", "libnativewindow", "libhwui",