From c100db56a29594ae94bc8e4d4e7c2feaa62adec4 Mon Sep 17 00:00:00 2001 From: paulhu Date: Tue, 14 Dec 2021 23:09:55 +0800 Subject: Split out the nsd API surface and use framework-connectivity-tiramisu - Split out nsd APIs and hidden APIs to Connectivity module. - Keep the all files in f/b/packages/Connectivity-T and add framework-connectivity-tiramisu library on p/m/Connectivity. Then make framework to use this module library. - Remove NsdService from SystemServer which will register from ConnectivityServiceInitializer Bug: 206893064 Test: m online-sdk-dev-docs Test: atest FrameworksNetTests CtsNetTestCases CTS-Coverage-Bug: 207804007 Merged-In: I72c7de124b9cc53f2263bd452ecd5f39e88e485b Change-Id: I72c7de124b9cc53f2263bd452ecd5f39e88e485b --- api/Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'api/Android.bp') diff --git a/api/Android.bp b/api/Android.bp index d5d21052c3fe..0c3a3e60bd9a 100644 --- a/api/Android.bp +++ b/api/Android.bp @@ -111,6 +111,7 @@ combined_apis { "conscrypt.module.public.api", "framework-appsearch", "framework-connectivity", + "framework-connectivity-tiramisu", "framework-graphics", "framework-media", "framework-mediaprovider", -- cgit v1.2.3-59-g8ed1b