diff options
author | Remi NGUYEN VAN <reminv@google.com> | 2021-01-08 01:19:44 +0000 |
---|---|---|
committer | Remi NGUYEN VAN <reminv@google.com> | 2021-01-08 01:23:36 +0000 |
commit | 86a4035283d21b1e05a435d2dec2bd51001856e7 (patch) | |
tree | c266c204c1385d39e0d70dea691b5bc250a1c6eb /services/Android.bp | |
parent | 082bcc67e724d83e22ae3b60eaada5b8dc97706f (diff) |
Revert^2 "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.
This rolls forward the change. The original topic was reverted because
of a bad merged-in clause; this is fixed and re-verified in this topic.
Bug: 171540887
Test: m, device boots and connectivity
Change-Id: I293b09c0dc04c6ccafa30cd0f1a63efe32283604
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", ], |