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
This commit is contained in:
Remi NGUYEN VAN
2021-04-07 13:22:31 +09:00
parent 9be3432c2e
commit f049994046

View File

@@ -113,7 +113,6 @@ java_library {
],
jarjar_rules: "jarjar-rules.txt",
apex_available: [
"//apex_available:platform", // For arc-services
"com.android.tethering",
],
}