Move service-connectivity to the tethering APEX

As part of modularization of ConnectivityService and expansion of the
Tethering module scope, move service-connectivity.jar into the tethering
APEX, and load it from there.

Bug: 171540887
Test: m, device boots and connectivity
Change-Id: Id7b6a4664ae73224b9ab219c94f56d603a62ee5a
This commit is contained in:
Remi NGUYEN VAN
2020-10-23 17:57:31 +09:00
parent 68b68900aa
commit 9a8cfec599
3 changed files with 10 additions and 19 deletions

View File

@@ -70,4 +70,7 @@ android_test {
"android.test.base",
"android.test.mock",
],
jni_libs: [
"libservice-connectivity",
],
}