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

Commit 50d160d2 authored by Anton Hansson's avatar Anton Hansson Committed by Cherrypicker Worker
Browse files

Make modules-utils-locallog available to platform

Makes CellBroadcastServicePlatform able to use it.

Test: lunch aosp_cf_arm_only_phone && m nothing
Change-Id: Ic62dff140f81db9aac4728ba98b44e6fbbdc9c0c
(cherry picked from commit a08352e8)
Merged-In: Ic62dff140f81db9aac4728ba98b44e6fbbdc9c0c
parent 3a57ae61
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -177,7 +177,10 @@ java_library {
    libs: ["unsupportedappusage"],
    sdk_version: "module_current",
    min_sdk_version: "30",
    apex_available: ["//apex_available:anyapex"],
    apex_available: [
        "//apex_available:anyapex",
        "//apex_available:platform",
    ],
    visibility: ["//visibility:public"],
}