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 a08352e838)
Merged-In: Ic62dff140f81db9aac4728ba98b44e6fbbdc9c0c
This commit is contained in:
Anton Hansson
2022-05-30 17:08:32 +00:00
committed by Cherrypicker Worker
parent 3a57ae61da
commit 50d160d2ba

View File

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