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

Commit 58093bfd authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Move IpSec associated files to f/b/packages/ConnectivityT"

parents 14c8d5f0 a09ac8b5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
file:platform/packages/modules/Connectivity:master:/OWNERS_core_networking
per-file **IpSec* = file:/services/core/java/com/android/server/vcn/OWNERS
+16 −3
Original line number Diff line number Diff line
@@ -100,6 +100,20 @@ filegroup {
    ],
}

// IpSec related libraries.

filegroup {
    name: "framework-connectivity-ipsec-sources",
    srcs: [
        "src/android/net/IIpSecService.aidl",
        "src/android/net/IpSec*.*",
    ],
    path: "src",
    visibility: [
        "//visibility:private",
    ],
}

// Connectivity-T common libraries.

filegroup {
@@ -116,11 +130,10 @@ filegroup {
filegroup {
    name: "framework-connectivity-tiramisu-sources",
    srcs: [
        ":framework-connectivity-ipsec-sources",
        ":framework-connectivity-netstats-sources",
        ":framework-connectivity-nsd-sources",
        ":framework-connectivity-tiramisu-internal-sources",
    ],
    visibility: [
        "//frameworks/base",
    ],
    visibility: ["//frameworks/base"],
}
Loading