From 2fb22c2a2bf03be60f9964dbff83b16842cbdd82 Mon Sep 17 00:00:00 2001 From: Remi NGUYEN VAN Date: Fri, 12 Mar 2021 15:04:29 +0000 Subject: [PATCH] Add ServiceConnectivityResources to in-process APEX The APK was added to the standard APEX, but is missing in the in-process APEX. Bug: 182557971 Merged-In: Ic2491f04880ff66abc3b2d3aaee6168e18f6d68a Merged-In: Ibf982ceb5f0fd61c822399e3eeeb1ef5e500604d Change-Id: Ibf982ceb5f0fd61c822399e3eeeb1ef5e500604d Test: m --- Tethering/apex/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Tethering/apex/Android.bp b/Tethering/apex/Android.bp index a2a0251835..164bda41db 100644 --- a/Tethering/apex/Android.bp +++ b/Tethering/apex/Android.bp @@ -61,6 +61,7 @@ override_apex { base: "com.android.tethering", package_name: "com.android.tethering.inprocess", apps: [ + "ServiceConnectivityResources", "InProcessTethering", ], }