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

Commit b5d9bcce authored by Alexander Dorokhine's avatar Alexander Dorokhine
Browse files

Add permitted_packages to framework-appsearch.

Test: presubmit
Bug: 147758763
Change-Id: Idc46011cf2295c4930667e78a321ae8f4ebed5c7
parent 8876b561
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -30,14 +30,13 @@ java_library {
    libs: [
        "framework-minus-apex",  // TODO(b/146218515) should be framework-system-stubs
    ],
    static_libs: [
        "icing-java-proto-lite",
    ],
    static_libs: ["icing-java-proto-lite"],
    visibility: [
        "//frameworks/base/apex/appsearch:__subpackages__",
        // TODO(b/146218515) remove this when framework is built with the stub of appsearch
        "//frameworks/base",
        "//frameworks/base/apex/appsearch:__subpackages__",
    ],
    permitted_packages: ["android.app.appsearch"],
    apex_available: ["com.android.appsearch"],
}