Skip to content
Snippets Groups Projects
Commit 3a57ae61 authored by Anton Hansson's avatar Anton Hansson Committed by Cherrypicker Worker
Browse files

Revert^2 "Convert filegroup to library"

5fca5ff3

Change-Id: I1a020fffc6345a131453b27d6f8bc2cf0acb942b
(cherry picked from commit 4e8ccccb)
Merged-In: I1a020fffc6345a131453b27d6f8bc2cf0acb942b
parent b29e4ce2
No related branches found
No related tags found
No related merge requests found
......@@ -171,11 +171,14 @@ java_library {
static_libs: ["modules-utils-uieventlogger-interface"],
}
filegroup {
name: "framework-services-net-module-wifi-shared-srcs",
srcs: [
"android/util/LocalLog.java",
],
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"],
}
// keep these files in sync with the package/Tethering/jarjar-rules.txt and
......@@ -411,15 +414,6 @@ 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: [
......
......@@ -35,7 +35,6 @@ 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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment