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
This commit is contained in:
Anton Hansson
2022-05-30 17:08:32 +00:00
parent 4e8ccccbec
commit a08352e838

View File

@@ -152,7 +152,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"],
}