Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5cb369b6 authored by Anton Hansson's avatar Anton Hansson Committed by Automerger Merge Worker
Browse files

Revert^2 "Convert filegroup to library" am: 4e8ccccb am: 84ed6576 am:...

Revert^2 "Convert filegroup to library" am: 4e8ccccb am: 84ed6576 am: 476557fd am: d14ac417 am: 2fc4ae33

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2110234



Change-Id: I01d19f096de3cde634c83fe420d45fc07665c965
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents c16d400f 2fc4ae33
Loading
Loading
Loading
Loading
+8 −14
Original line number Diff line number Diff line
@@ -163,11 +163,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
@@ -403,15 +406,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: [
+0 −1
Original line number Diff line number Diff line
@@ -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",