From 776e65e35f494577ede2d237f46f2dbcc44a0356 Mon Sep 17 00:00:00 2001 From: Mikhail Naganov Date: Wed, 15 Mar 2023 09:29:16 -0700 Subject: [PATCH] Update visibility of libaudioserviceexampleimpl In order for vendors to be able to use this library it needs to have public visibility. Bug: 205884982 Test: m Change-Id: Idd47c942ee1e97372047ec1b44bcd996d454e3e2 --- audio/aidl/default/Android.bp | 3 --- 1 file changed, 3 deletions(-) diff --git a/audio/aidl/default/Android.bp b/audio/aidl/default/Android.bp index 8bacbb3d3a..c9edae0aa7 100644 --- a/audio/aidl/default/Android.bp +++ b/audio/aidl/default/Android.bp @@ -92,9 +92,6 @@ cc_library { "audio_policy_configuration_aidl_default", "audio_policy_engine_configuration_aidl_default", ], - visibility: [ - ":__subpackages__", - ], } cc_binary {