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:
@@ -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"],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user