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

Commit 7fbed57e authored by Xiao Ma's avatar Xiao Ma Committed by Automerger Merge Worker
Browse files

Merge "Move Ethernet related files to f/b/packages/ConnectivityT." am: 23b9aec3

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

Change-Id: I9e43a8a4a094b751dd1b01e4d749b7d00bd997b4
parents 1c036ae3 23b9aec3
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -114,6 +114,23 @@ filegroup {
    ],
}

// Ethernet related libraries.

filegroup {
    name: "framework-connectivity-ethernet-sources",
    srcs: [
        "src/android/net/EthernetManager.java",
        "src/android/net/EthernetNetworkSpecifier.java",
        "src/android/net/IEthernetManager.aidl",
        "src/android/net/IEthernetServiceListener.aidl",
        "src/android/net/ITetheredInterfaceCallback.aidl",
    ],
    path: "src",
    visibility: [
        "//visibility:private",
    ],
}

// Connectivity-T common libraries.

filegroup {
@@ -130,6 +147,7 @@ filegroup {
filegroup {
    name: "framework-connectivity-tiramisu-sources",
    srcs: [
        ":framework-connectivity-ethernet-sources",
        ":framework-connectivity-ipsec-sources",
        ":framework-connectivity-netstats-sources",
        ":framework-connectivity-nsd-sources",
Loading