Merge "Revert "Convert filegroup to library""

This commit is contained in:
Jinfeng Du
2022-05-30 14:51:21 +00:00
committed by Gerrit Code Review
2 changed files with 15 additions and 8 deletions

View File

@@ -146,14 +146,11 @@ java_library {
],
}
java_library {
name: "modules-utils-locallog",
srcs: ["android/util/LocalLog.java"],
libs: ["unsupportedappusage"],
sdk_version: "module_current",
min_sdk_version: "30",
apex_available: ["//apex_available:anyapex"],
visibility: ["//visibility:public"],
filegroup {
name: "framework-services-net-module-wifi-shared-srcs",
srcs: [
"android/util/LocalLog.java",
],
}
// keep these files in sync with the package/Tethering/jarjar-rules.txt and
@@ -378,6 +375,15 @@ filegroup {
],
}
// Avoid including Parcelable classes as we don't want to have two copies of
// Parcelable cross the process.
filegroup {
name: "framework-cellbroadcast-shared-srcs",
srcs: [
"android/util/LocalLog.java",
],
}
java_library {
name: "modules-utils-statemachine",
srcs: [

View File

@@ -35,6 +35,7 @@ java_library_static {
java_library {
name: "services.net-module-wifi",
srcs: [
":framework-services-net-module-wifi-shared-srcs",
":net-utils-services-common-srcs",
],
sdk_version: "module_current",