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

Commit 3d97bd9e authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN
Browse files

Move connectivity sources to packages/Connectivity

The service-connectivity sources should be in
packages/modules/Connectivity. Move them to
frameworks/base/packages/Connectivity, so that the whole directory can
be moved to the dedicated packages/modules/Connectivity git project.

Bug: 186628461
Test: m
Merged-In: I26d1a274058fa38763ad4f605549d880865b4d76
Change-Id: Ie0562db92ebee269b901926d763ae907bde61b98
parent 3c2cd1a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,8 +52,8 @@ cc_library_shared {
java_library {
    name: "service-connectivity-pre-jarjar",
    srcs: [
        "src/**/*.java",
        ":framework-connectivity-shared-srcs",
        ":connectivity-service-srcs",
    ],
    libs: [
        "android.net.ipsec.ike",
+0 −0

File moved.

Loading