From 2e07613c7983b3b5241b59133210e36820516ff0 Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Mon, 8 Nov 2021 13:00:49 -0800 Subject: [PATCH] health: make libhealth_aidl_impl visibility public It was meant to be the replacement of health2impl, the helper library for implementing the health HAL. Hence, vendor implementation needs to access it. Test: pass Bug: 177269435 Change-Id: I58f4bcd860983b2b16ea52fbdd6e05c8d4953454 --- health/aidl/default/Android.bp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/health/aidl/default/Android.bp b/health/aidl/default/Android.bp index c27de7ab8c..a13c67753a 100644 --- a/health/aidl/default/Android.bp +++ b/health/aidl/default/Android.bp @@ -111,10 +111,6 @@ cc_library_static { "Health.cpp", "LinkedCallback.cpp", ], - visibility: [ - ":__subpackages__", - "//hardware/interfaces/tests/extension/health:__subpackages__", - ], target: { recovery: { exclude_srcs: [