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

Commit 634819c4 authored by Jiyong Park's avatar Jiyong Park
Browse files

Reduce the visibility scope of framework-minus-apex

Bug: 147128803
Test: m
Change-Id: Idae13b37146f0efe82adb8c058c24888c1732d22
parent e2deab50
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -491,14 +491,11 @@ java_library {
    apex_available: ["//apex_available:platform"],
    visibility: [
        "//frameworks/base",
        // TODO(b/144149403) remove the below lines
        // TODO(b/147128803) remove the below lines
        "//frameworks/base/apex/appsearch/framework",
        "//frameworks/base/apex/blobstore/framework",
        "//frameworks/base/apex/jobscheduler/framework",
        "//frameworks/base/apex/permission/framework",
        "//frameworks/base/apex/statsd/service",
        "//frameworks/base/telephony",
        "//frameworks/opt/net/wifi/service",
    ],
}