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

Commit 23b9aec3 authored by Xiao Ma's avatar Xiao Ma Committed by Gerrit Code Review
Browse files

Merge "Move Ethernet related files to f/b/packages/ConnectivityT."

parents da5df1a9 dfed81ff
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