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
This commit is contained in:
parent
701ff4a1de
commit
2e07613c79
1 changed files with 0 additions and 4 deletions
|
@ -111,10 +111,6 @@ cc_library_static {
|
|||
"Health.cpp",
|
||||
"LinkedCallback.cpp",
|
||||
],
|
||||
visibility: [
|
||||
":__subpackages__",
|
||||
"//hardware/interfaces/tests/extension/health:__subpackages__",
|
||||
],
|
||||
target: {
|
||||
recovery: {
|
||||
exclude_srcs: [
|
||||
|
|
Loading…
Reference in a new issue