Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0431bac2 authored by Jeongik Cha's avatar Jeongik Cha
Browse files

Add //visibility:any_system_partition

system image which is declared in Android.bp should include the module.

Bug: 321000103
Test: m nothing
Change-Id: I238c6459a6ff521796ef142c8e9d4e88d3293f44
parent 063ac7b8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -28,4 +28,8 @@ cc_library_shared {
        "liblog",
        "libbase",
    ],
    visibility: [
        "//frameworks/base/apex:__subpackages__",
        "//visibility:any_system_partition",
    ],
}