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

Commit 402a9f77 authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN
Browse files

Make service-connectivity APEX-only

service-connectivity is not used by arc-services anymore, so it does not
need apex_available for the platform anymore.

Bug: 183691942
Test: m
Change-Id: I8e7aa59e517a3694b7c4c1ed1e29f4281777b62c
parent f7923a9c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -113,7 +113,6 @@ java_library {
    ],
    jarjar_rules: "jarjar-rules.txt",
    apex_available: [
        "//apex_available:platform", // For arc-services
        "com.android.tethering",
    ],
}