From 81084e1895d4c3f4a4aae71d06db53f07762eb60 Mon Sep 17 00:00:00 2001 From: Yuntao Xu Date: Tue, 11 Jan 2022 13:09:56 -0800 Subject: Add one visibility to libbz module Added one visibility to the libbz module, to make it visible to moudles in the vendor directory (which is needed to convert Make modules to Soong in the vendor dir of the interal_master branch). Bug: 205649904 Test: m libbz Test: TreeHugger Change-Id: Ia256108d21abdce5dda886ad8113c2d2bbfdac6f --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index a4fc80f..2dcbeed 100644 --- a/Android.bp +++ b/Android.bp @@ -57,6 +57,7 @@ cc_library_static { "//external/puffin:__subpackages__", "//system/update_engine:__subpackages__", "//system/core/fs_mgr/libsnapshot:__subpackages__", + "//vendor:__subpackages__", ], arch: { arm: { -- cgit v1.2.3