diff options
author | Remi NGUYEN VAN <reminv@google.com> | 2020-10-23 17:57:31 +0900 |
---|---|---|
committer | Remi NGUYEN VAN <reminv@google.com> | 2021-01-07 11:52:42 +0900 |
commit | dbbf7a3b4ed097eff86e973c569d1d619798b27c (patch) | |
tree | c266c204c1385d39e0d70dea691b5bc250a1c6eb /services/Android.bp | |
parent | 26dbdc853b3cb754ca28045989c4f76e35820ba8 (diff) |
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
Diffstat (limited to 'services/Android.bp')
-rw-r--r-- | services/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/services/Android.bp b/services/Android.bp index f40f7cfa7321..ef52c2aff002 100644 --- a/services/Android.bp +++ b/services/Android.bp @@ -83,7 +83,6 @@ java_library { "services.voiceinteraction", "services.wifi", "service-blobstore", - "service-connectivity", "service-jobscheduler", "android.hidl.base-V1.0-java", ], |