From fd7c0f92fc24208cec504c9a3dbfb178fa524ddd Mon Sep 17 00:00:00 2001 From: Jiwen 'Steve' Cai Date: Tue, 12 Jan 2021 14:08:07 -0800 Subject: Remove android.frameworks.bufferhub@1.0 from the Framework This was a framework-face HIDL interface and we validated that the vendors do NOT depend on them at all. Bug: 170681929 Bug: 204068144 Test: aosp_cf_x86_phone-userdebug Change-Id: I7f0324773e4b3a62f482588d5bd2181f1026872d --- libs/gui/Android.bp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/gui/Android.bp b/libs/gui/Android.bp index 18ade37ec6..95dd0af18c 100644 --- a/libs/gui/Android.bp +++ b/libs/gui/Android.bp @@ -83,7 +83,6 @@ cc_library_shared { ], shared_libs: [ - "android.frameworks.bufferhub@1.0", "libbinder", "libbufferhub", "libbufferhubqueue", // TODO(b/70046255): Remove this once BufferHub is integrated into libgui. @@ -107,7 +106,6 @@ cc_library_shared { "BufferHubProducer.cpp", ], exclude_shared_libs: [ - "android.frameworks.bufferhub@1.0", "libbufferhub", "libbufferhubqueue", "libinput", -- cgit v1.2.3-59-g8ed1b