From bf64cbcd9c55bbd99c626a81e16e7b502f07d28c Mon Sep 17 00:00:00 2001 From: Yan Yan Date: Sat, 21 Sep 2024 01:09:17 +0000 Subject: Create empty VCN libraries This is a prepartion CL to move VCN to its own libraries and eventually migrate it from the non-updatable platform to Tethering module. This CL creates a new VCN directory with an empty java_sdk_library and an empty java_library. In followup CLs, VCN source code will be migrated to this VCN folder. VCN framework code and system server code will be built into the two libraries. Bug: 369703242 Test: build and boot Flag: EXEMPT create new empty libraries; no functional change Change-Id: I0f2e02771ac81a3d3fd588a6199be888ae299e52 --- 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 3c92cb26b0fe..7ef00b006949 100644 --- a/api/Android.bp +++ b/api/Android.bp @@ -73,6 +73,7 @@ combined_apis { "framework-bluetooth", "framework-configinfrastructure", "framework-connectivity", + "framework-connectivity-b", "framework-connectivity-t", "framework-devicelock", "framework-graphics", -- cgit v1.2.3-59-g8ed1b