From 60f4c2f425b6a30bd6253fcaa16f584aab73500b Mon Sep 17 00:00:00 2001 From: Remi NGUYEN VAN Date: Mon, 8 Mar 2021 23:09:31 +0900 Subject: [PATCH] Add ServiceConnectivityResources to tethering The resource package is used by service-connectivity to load its own resources. Bug: 182125649 Test: atest FrameworksNetTests Merged-In: I3c7fc6285f10318ecef05a64e1179054bb831d99 Merged-In: Ic2491f04880ff66abc3b2d3aaee6168e18f6d68a Change-Id: I3c7fc6285f10318ecef05a64e1179054bb831d99 --- Tethering/apex/Android.bp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Tethering/apex/Android.bp b/Tethering/apex/Android.bp index e9deeff42d..a2a0251835 100644 --- a/Tethering/apex/Android.bp +++ b/Tethering/apex/Android.bp @@ -35,7 +35,10 @@ apex { "offload.o", "test.o", ], - apps: ["Tethering"], + apps: [ + "ServiceConnectivityResources", + "Tethering", + ], manifest: "manifest.json", key: "com.android.tethering.key",